A fast and efficient command-line tool for finding and managing duplicate files on your system.
- Simple CLI interface
- Multiple hash algorithms (MD5, SHA-1, SHA-256)
- Configurable ignore patterns
- Summary reports
python3 -m pip install -r requirements.txt# Scan current directory
python dedup.py scan .
# Scan with specific algorithm
python dedup.py scan . --sha256
# Remove duplicates interactively
python dedup.py remove duplicates.jsonMIT