2 stable releases
1.0.1 | Nov 13, 2023 |
---|
#9 in #sha-512
8KB
183 lines
DelDup - Delete Duplicates
DelDup is Rust program for deleting duplicates.
Warining
Even if this program is using Sha512 as hash functions there is still very small posibility that there will be some colisions.
Installation
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
Usage: target/debug/deldup [options] target ...
options:
-r, recursive
-o, output program will output duplicates in output.json
-v, verbose
Contributing
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.
License
Dependencies
~445KB
~10K SLoC