Small Script written in Rust to detect if a file/image exists multiple times in a Folder. Tested on Linux. A Folder with 7.5 GB takes about 1 Minute to analyze.
To use it, you need Rust and Cargo installed on your System.
- git pull
- cargo run folder
- wait and see duplicated files
- Refactor
- Printouts should be better
- Option to delete files
- Improve Performance