8 个版本 (5 个稳定版)
2.1.1 | 2023年2月26日 |
---|---|
2.1.0 | 2022年9月21日 |
2.0.2 | 2022年5月17日 |
0.1.2 | 2022年1月12日 |
0.1.1 | 2021年9月8日 |
#7 in #创建文件
每月37次 下载
5KB
84 行
mf
我与文件一起工作。
安装
-
使用 cargo (Rust 软件包管理器)
cargo install mf
示例
这会创建文件 foo.txt 和 bar.txt
mf create foo.txt bar.txt
这会删除文件 foo.txt 和 bar.txt
mf remove foo.txt bar.txt
这会将文件 foo.txt 和 bar.txt 合并到 foobar.txt
mf merge foobar.txt foo.txt bar.txt
用法
mf <COMMAND> [FILES ...]
Commands:
h, help Print help information
c, create Create file/s
m, merge <TARGET> Merge files into target
r, remove Remove files