mirror of
https://github.com/sreedevk/deduplicator.git
synced 2026-09-01 04:55:33 +00:00
21 lines
561 B
Markdown
21 lines
561 B
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
|
|
-h, --help Print help information
|
|
-V, --version Print version information
|
|
```
|
|
|
|
<h2 align="center">Screenshots</h2>
|