#duplicates #cli #cli-applications

app dupe-be-gone

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

1 unstable release

0.0.2 Jan 13, 2023

#34 in #duplicate

26 downloads per month

GPL-3.0 license

22KB
182 lines

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

Dependencies

~3.5MB
~70K SLoC