#photos #cli #photo #cli-tool

bin+lib jk

照片管理的 CLI 工具

2 个版本

0.1.1 2022 年 10 月 3 日
0.1.0 2022 年 10 月 3 日

#908 in 图像

MIT 许可证

20KB
499

JK CLI 照片管理器

  1. 列出文件
cargo run -- ls -s ./tests
  1. 列出重复文件
cargo run -- ls-dup -s ./tests -t file
  1. 给图像添加日期
cargo run -- add-date -s ./tests
  1. 移动到日期目录 xxxx/xx
cargo run -- mmd -s ./tests
  1. 删除重复文件
cargo run -- rm-dup -s ./tests
  1. 删除文件或目录(默认同时删除)
cargo run -- rm -s ./tests -t file

依赖

~10–20MB
~262K SLoC