An open API service indexing awesome lists of open source software.

https://github.com/clmnin/dupper

Find duplicate files in a directory, in Rust
https://github.com/clmnin/dupper

duplicates filesystem lint rust

Last synced: 10 months ago
JSON representation

Find duplicate files in a directory, in Rust

Awesome Lists containing this project

README

          

# 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)](https://rmlint.readthedocs.io/en/latest/cautions.html#cautions-or-why-it-s-hard-to-write-a-dupefinder) by [rmlint](https://github.com/sahib/rmlint) to have an idea on duplicate finders.