| Crates.io | idar |
| lib.rs | idar |
| version | 0.3.0 |
| created_at | 2025-01-03 09:36:47.402902+00 |
| updated_at | 2025-01-04 10:12:15.914777+00 |
| description | Image deduplication and removal tool |
| homepage | |
| repository | https://github.com/domenicocinque/idar |
| max_upload_size | |
| id | 1502256 |
| size | 58,138 |
Image deduplication and removal
A simple command-line tool for identifying and handling duplicate images within a directory based on image hashing.
This project is mostly a learning project. Every contribution is welcome.
$ cargo install idar
Find duplicates within a directory:
$ idar deduplicate /path/to/directory
Create a new directory with deduplicated images (must be used after deduplicate):
$ idar remove /path/to/directory
Show help message:
$ idar --help