Crates.io | wmk |
lib.rs | wmk |
version | 0.3.0 |
source | src |
created_at | 2024-02-15 17:39:17.262604 |
updated_at | 2024-04-20 11:51:01.330572 |
description | Create files or directories. |
homepage | |
repository | https://github.com/9yokuro/wmk.git |
max_upload_size | |
id | 1141396 |
size | 259,263 |
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
Run the following Cargo command:
cargo install wmk
Create files:
wmk foo.txt bar.txt ...
Create directories:
wmk --directory foo_dir bar_dir ...
Show history:
wmk --show-history
Delete history interactively:
wmk --delete-history
Clear history:
wmk --clear-history
-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
Licensed under either of
at your option.
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.