Skip to content

Chang-Augenweide/file-deduplicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Deduplicator

A fast and efficient command-line tool for finding and managing duplicate files on your system.

Features

  • Simple CLI interface
  • Multiple hash algorithms (MD5, SHA-1, SHA-256)
  • Configurable ignore patterns
  • Summary reports

Installation

python3 -m pip install -r requirements.txt

Usage

# Scan current directory
python dedup.py scan .

# Scan with specific algorithm
python dedup.py scan . --sha256

# Remove duplicates interactively
python dedup.py remove duplicates.json

License

MIT

About

A fast and efficient CLI tool for finding and managing duplicate files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages