dupe-be-gone

Crates.iodupe-be-gone
lib.rsdupe-be-gone
version0.0.2
sourcesrc
created_at2023-01-13 11:53:29.037683
updated_at2023-01-13 11:53:29.037683
descriptionA Multi-threaded duplicate file cleaner usuable as a CLI application.
homepage
repositoryhttps://github.com/nullscry/dupe-be-gone
max_upload_size
id757869
size65,479
(nullscry)

documentation

README

dupe-be-gone

Build Status Release Status Crate Status Docs Status

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

Target Plaforms

  • aarch64-linux
  • x86_64-linux
  • x86_64-macos
  • x86_64-windows

Usage

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
Commit count: 20

cargo fmt