2 个版本
0.1.1 | 2022 年 10 月 3 日 |
---|---|
0.1.0 | 2022 年 10 月 3 日 |
#908 in 图像
20KB
499 行
JK CLI 照片管理器
- 列出文件
cargo run -- ls -s ./tests
- 列出重复文件
cargo run -- ls-dup -s ./tests -t file
- 给图像添加日期
cargo run -- add-date -s ./tests
- 移动到日期目录 xxxx/xx
cargo run -- mmd -s ./tests
- 删除重复文件
cargo run -- rm-dup -s ./tests
- 删除文件或目录(默认同时删除)
cargo run -- rm -s ./tests -t file
依赖
~10–20MB
~262K SLoC