A command-line tool to find duplicate files.
- Efficient — Uses (SHA-256) hashing to accurately identify duplicate content.
- Recursive - Scans the target directory and all its subdirectories.
# Scan the '~/Downloads' directory
cargo run -- ~/DownloadsScanning /home/user/Downloads...
Hash: 0e4dd12b... (1.2 MB each)
- /home/user/Downloads/report.pdf
- /home/user/Downloads/archive/report_final_copy.pdf
Hash: 5a8a7f05... (1.3 MB each)
- /home/user/Downloads/images/vacation.jpg
- /home/user/Downloads/archive/holiday.jpg
Scan complete.