mirror of
https://github.com/sreedevk/deduplicator.git
synced 2026-08-31 20:45:34 +00:00
31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
<h1 align="center">Deduplicator</h1>
|
|
|
|
<p align="center">
|
|
Find, Sort, Filter & Delete duplicate files
|
|
</p>
|
|
|
|
<h2 align="center">Usage</h2>
|
|
|
|
```bash
|
|
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
|
|
```
|
|
<h2 align="center">Performance</h2>
|
|
|
|
<p align="center">
|
|
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.</p>
|
|
|
|
<p align="center">
|
|
While testing, Deduplicator was able to go through 8.6GB of pdf files and detect duplicates in 2.9 seconds
|
|
</p>
|
|
<h2 align="center">Screenshots</h2>
|
|
|
|

|