mirror of
https://github.com/sreedevk/deduplicator.git
synced 2026-08-26 02:04:39 +00:00
e852f42ac67edd6b7691de922c6b9577274ee384
Deduplicator
Find, Sort, Filter & Delete duplicate files
Usage
Usage: deduplicator [OPTIONS]
Options:
-t, --types <TYPES> Filetypes to deduplicate (default = all)
-d, --delete <DELETE> Delete files by algorithm (default = oldest) [options = oldest | newest]
--dir <DIR> Run Deduplicator on dir different from pwd
-n, --nocache Don't use cache for indexing files (default = true)
-h, --help Print help information
-V, --version Print version information
Performance
Deduplicator uses fxhash (a non-cryptographic hashing algorithm) which is extremely fast. As a result, deduplicator is able to process huge amounts of data in a couple of seconds.
While testing, Deduplicator was able to go through 8.6GB of pdf files and detect duplicates in 2.9 seconds
Screenshots
Languages
Rust
92.2%
Ruby
7.8%
