1 unstable release
0.1.0 | Jul 8, 2023 |
---|
#1665 in Filesystem
12KB
203 lines
rmdup
Simple tool for removing duplicate files
Usage
rmdup <file.txt>
You just pass a file and it will scan the Current Working Directory for files that have the same BLAKE3 hash. The file does not have to be located in the CWD too, so Absolute Paths work too.
This tool is likely to get even more functionality in the future. If you'd like to have a feature added, just open a new Issue.
Installation
Cargo
cargo install rmdup
GitHub
Clone the repository and simply run cargo build --release
or cargo install --path .
or download the standalone binary for your platform on the Release Page.
Dependencies
~3.5–4.5MB
~110K SLoC