# JK CLI photo manager 1. List files ``` cargo run -- ls -s ./tests ``` 2. List duplicates ``` cargo run -- ls-dup -s ./tests -t file ``` 3. Add date to images ``` cargo run -- add-date -s ./tests ``` 4. Move to dir with date xxxx/xx ``` cargo run -- mmd -s ./tests ``` 5. Remove duplicate files ``` cargo run -- rm-dup -s ./tests ``` 6. Remove files or dir (both by default) ``` cargo run -- rm -s ./tests -t file ```