FX file 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