Crates.io | dupe-be-gone |
lib.rs | dupe-be-gone |
version | 0.0.2 |
source | src |
created_at | 2023-01-13 11:53:29.037683 |
updated_at | 2023-01-13 11:53:29.037683 |
description | A Multi-threaded duplicate file cleaner usuable as a CLI application. |
homepage | |
repository | https://github.com/nullscry/dupe-be-gone |
max_upload_size | |
id | 757869 |
size | 65,479 |
A Multi-threaded duplicate file cleaner usuable as a CLI application.
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 <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