4 个版本 (2 个破坏性版本)

0.3.0 2024年4月20日
0.2.1 2024年4月8日
0.2.0 2024年3月2日
0.1.0 2024年2月15日

#584 in 命令行工具

Download history 98/week @ 2024-04-02 44/week @ 2024-04-09 133/week @ 2024-04-16 10/week @ 2024-04-23 5/week @ 2024-05-21 2/week @ 2024-06-11

每月316次下载

MIT/Apache

215KB
373

Wmk - 一个文件创建工具

workflow rust Crates.io Version

特性

  • 彩色,易于阅读的输出
  • 历史记录

mkdir 和 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

安装

运行以下 Cargo 命令

cargo install wmk

用法

创建文件

wmk foo.txt bar.txt ...

create files

创建目录

wmk --directory foo_dir bar_dir ...

create directories

显示历史记录

wmk --show-history

show history

交互式删除历史记录

wmk --delete-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

许可证

根据您选择,受以下任一许可证的约束:

贡献

除非您明确声明,否则您提交的任何有意包含在作品中的贡献,根据 Apache-2.0 许可证的定义,将根据上述条款双重许可,没有任何附加条款或条件。

依赖项

~6–18MB
~180K SLoC