#photos #cli #photo #cli-tool

bin+lib jk

CLI tool for managing photos

2 releases

0.1.1 Oct 3, 2022
0.1.0 Oct 3, 2022

#833 in Images

Download history 199/week @ 2024-02-13 223/week @ 2024-02-20 101/week @ 2024-02-27 8/week @ 2024-03-05

134 downloads per month

MIT license

20KB
499 lines

JK CLI photo manager

  1. List files
cargo run -- ls -s ./tests
  1. List duplicates
cargo run -- ls-dup -s ./tests -t file
  1. Add date to images
cargo run -- add-date -s ./tests
  1. Move to dir with date xxxx/xx
cargo run -- mmd -s ./tests
  1. Remove duplicate files
cargo run -- rm-dup -s ./tests
  1. Remove files or dir (both by default)
cargo run -- rm -s ./tests -t file

Dependencies

~10–19MB
~220K SLoC