/dupper

Find duplicate files in a directory, in Rust

Primary LanguageRust

Dupper

Find duplicate files in a directory and report them to the user.

Working on

  • Save output to a txt file
  • Addressing Path Doubles
  • Unusual character robustness
  • Memory usage robustness
  • "Seek Trash" robustness

Refer to Cautions (or why it’s hard to write a dupefinder) by rmlint to have an idea on duplicate finders.