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