#port #duplicate #finder #file #super #pydupes

bin+lib rdupes

A rust 版本的 pydupes。超级快。

4 个版本

0.1.0 2024 年 8 月 8 日
0.0.2 2024 年 7 月 22 日
0.0.1 2024 年 4 月 3 日
0.0.0 2024 年 4 月 3 日

#11 in #super

Download history 7/week @ 2024-05-20 2/week @ 2024-05-27 138/week @ 2024-07-22 57/week @ 2024-07-29 99/week @ 2024-08-05

每月 294 次下载

MIT 许可证

20KB
424 代码行

rdupes

rdupes 是一个快速的重复文件查找器。

A port of pydupes

使用/安装

# Collect counts and stage the duplicate files, null-delimited source-target pairs:
cargo run -- /path1 /path2 > dupes.txt

# Sanity check a hardlinking of all matches:
xargs -0 -n2 echo ln --force --verbose < dupes.txt

依赖

~11–24MB
~323K SLoC