2个稳定版本
1.0.1 | 2023年11月13日 |
---|
#5 在 #详细
8KB
183 行
DelDup - 删除重复项
DelDup 是一个用于删除重复项的 Rust 程序。
警告
即使这个程序使用 Sha512 作为哈希函数,仍然有极小的可能性发生碰撞。
安装
要安装,您需要安装版本 1.73.0 或更高版本的 cargo
。您可以通过以下方式安装
$: cargo install deldup
或自己构建
$: git clone https:/www.github.com/Llamexis/DelDup/
$: cd DelDup
$: cargo build --release
用法
Usage: target/debug/deldup [options] target ...
options:
-r, recursive
-o, output program will output duplicates in output.json
-v, verbose
贡献
欢迎提交拉取请求。对于重大更改,请先打开一个问题以讨论您想更改的内容。
请确保根据需要更新测试。
许可证
依赖项
~445KB
~10K SLoC