Duplicate File Detector
Detects duplicate files by comparing their content hashes
LLA Duplicate File Detector Plugin
A plugin for lla
that identifies identical files using secure hash comparison.
Features
- SHA-256 content hashing with intelligent caching
- Original file and duplicate chain tracking
- Color-coded status display
- Performance optimized with chunk-based processing
Configuration
Located at ~/.config/lla/duplicate_file_detector/config.toml
:
Usage
Display Formats
Default Format
Long Format
Technical Details
- Uses SHA-256 hashing with 8KB chunk-based reading
- Implements efficient caching with automatic invalidation
- Thread-safe operations
- Color-coded status indicators for duplicates and originals