idar

Crates.ioidar
lib.rsidar
version0.3.0
created_at2025-01-03 09:36:47.402902+00
updated_at2025-01-04 10:12:15.914777+00
descriptionImage deduplication and removal tool
homepage
repositoryhttps://github.com/domenicocinque/idar
max_upload_size
id1502256
size58,138
Domenico (domenicocinque)

documentation

README

idar

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.

Installation

$ cargo install idar

Usage

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
Commit count: 35

cargo fmt