4 releases (2 breaking)

new 0.3.0 Apr 20, 2024
0.2.1 Apr 8, 2024
0.2.0 Mar 2, 2024
0.1.0 Feb 15, 2024

#784 in Command line utilities

Download history 121/week @ 2024-02-12 22/week @ 2024-02-19 196/week @ 2024-02-26 21/week @ 2024-03-04 10/week @ 2024-03-11 16/week @ 2024-04-01 128/week @ 2024-04-08 129/week @ 2024-04-15

273 downloads per month

MIT/Apache

215KB
373 lines

Wmk - A file creation tool

workflow rust Crates.io Version

Features

  • Colorful, easy-to-read output
  • History

mkdir and touch:

mkdir --parents a/b/c/d/e/f/
touch a/b/c/d/e/f/g.txt

wmk:

wmk a/b/c/d/e/f/g.txt

Installation

Run the following Cargo command:

cargo install wmk

Usage

Create files:

wmk foo.txt bar.txt ...

create files

Create directories:

wmk --directory foo_dir bar_dir ...

create directories

Show history:

wmk --show-history

show history

Delete history interactively:

wmk --delete-history

Clear history:

wmk --clear-history

Options

-c, --clear-history   Clear history
-D, --delete-history  Delete history interactively
-d, --directory       Create directories instead of files
-q, --quiet           Do not print log messages
-R, --no-record       Do not create a history file
-s, --show-history    Show history
-h, --help            Print help
-V, --version         Print version

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~5–15MB
~162K SLoC