Crates.io | rmdup |
lib.rs | rmdup |
version | 0.1.0 |
source | src |
created_at | 2023-07-08 22:18:46.253925 |
updated_at | 2023-07-08 22:18:46.253925 |
description | Simple tool for removing duplicate files |
homepage | |
repository | https://github.com/Stridsvagn69420/rmdup |
max_upload_size | |
id | 911697 |
size | 22,336 |
Simple tool for removing duplicate files
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.
cargo install rmdup
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.