1 个不稳定版本
| 0.0.2 | 2023年1月13日 | 
|---|
39 in #重复
22KB
182 代码行
dupe-be-gone
一个多线程重复文件清理工具,可作为命令行应用程序使用。
目标平台
- aarch64-linux
- x86_64-linux
- x86_64-macos
- x86_64-windows
使用方法
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
依赖项
~3.5MB
~69K SLoC