deldup

Crates.iodeldup
lib.rsdeldup
version1.0.1
sourcesrc
created_at2023-11-13 19:41:04.596958
updated_at2023-11-13 19:46:43.791994
descriptionProgram to delete or find duplicates
homepage
repository
max_upload_size
id1033955
size10,648
Albert KuchciƄski (Llamexis)

documentation

README

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

Commit count: 0

cargo fmt