clmnin / dupper

Find duplicate files in a directory, in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Find duplicate files in a directory, in Rust


Languages

Language:Rust 100.0%