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
- Host: GitHub
- URL: https://github.com/clmnin/dupper
- Owner: clmnin
- Created: 2018-12-08T20:46:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T21:07:55.000Z (about 7 years ago)
- Last Synced: 2025-01-23T03:18:55.176Z (12 months ago)
- Topics: duplicates, filesystem, lint, rust
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.