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 命令行工具
每月316次下载
215KB
373 行
Wmk - 一个文件创建工具
特性
- 彩色,易于阅读的输出
- 历史记录
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 ...
创建目录
wmk --directory foo_dir bar_dir ...
显示历史记录
wmk --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 License,版本 2.0 (LICENSE-APACHE 或 https://apache.ac.cn/licenses/LICENSE-2.0)
- MIT 许可证 (LICENSE-MIT 或 http://opensource.org/licenses/MIT)
。
贡献
除非您明确声明,否则您提交的任何有意包含在作品中的贡献,根据 Apache-2.0 许可证的定义,将根据上述条款双重许可,没有任何附加条款或条件。
依赖项
~6–18MB
~180K SLoC