dupe-be-gone

Build Status Release Status Crate Status Docs Status

A Multi-threaded duplicate file cleaner usuable as a CLI application.

Target Plaforms

Usage

```sh dupe-be-gone --help A simple CLI to recursively find and remove duplicate files

Usage: dupe-be-gone [OPTIONS] [FILE_DIR]

Arguments: [FILE_DIR] Name of the directory to start recursive dupelicate search

Options: -c, --combined Whether to consider comparing files from different directories -s, --silent Whether to print outputs of details -t, --threads Number of threads to use. Higher values will speed up the process. But higher values might also hog resources [default: 128] -h, --help Print help information -V, --version Print version information ```