Crates.io | deldup |
lib.rs | deldup |
version | 1.0.1 |
source | src |
created_at | 2023-11-13 19:41:04.596958 |
updated_at | 2023-11-13 19:46:43.791994 |
description | Program to delete or find duplicates |
homepage | |
repository | |
max_upload_size | |
id | 1033955 |
size | 10,648 |
DelDup is Rust program for deleting duplicates.
Even if this program is using Sha512 as hash functions there is still very small posibility that there will be some colisions.
To install you need to have installed cargo
version 1.73.0 or later.
You can install by using
$: cargo install deldup
or by building it by yourself
$: git clone https:/www.github.com/Llamexis/DelDup/
$: cd DelDup
$: cargo build --release
Usage: target/debug/deldup [options] target ...
options:
-r, recursive
-o, output program will output duplicates in output.json
-v, verbose
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.