1 unstable release

0.1.0 Jul 8, 2023

#1386 in Filesystem

MIT license

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

~5.5MB
~149K SLoC