jk

Crates.iojk
lib.rsjk
version0.1.1
sourcesrc
created_at2022-10-03 10:32:37.589462
updated_at2022-10-03 10:35:39.378691
descriptionCLI tool for managing photos
homepage
repository
max_upload_size
id678893
size46,545
Nino (NinoMaj)

documentation

README

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
Commit count: 0

cargo fmt