#duplicates #hash #delete #find #recursion #target #verbose

app deldup

Program to delete or find duplicates

2 stable releases

1.0.1 Nov 13, 2023

#4 in #verbose

27 downloads per month

MIT license

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

MIT

Dependencies

~430KB
~10K SLoC