wmk

Crates.iowmk
lib.rswmk
version0.3.0
sourcesrc
created_at2024-02-15 17:39:17.262604
updated_at2024-04-20 11:51:01.330572
descriptionCreate files or directories.
homepage
repositoryhttps://github.com/9yokuro/wmk.git
max_upload_size
id1141396
size259,263
(9yokuro)

documentation

README

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.

Commit count: 35

cargo fmt