rmdup

Crates.iormdup
lib.rsrmdup
version0.1.0
sourcesrc
created_at2023-07-08 22:18:46.253925
updated_at2023-07-08 22:18:46.253925
descriptionSimple tool for removing duplicate files
homepage
repositoryhttps://github.com/Stridsvagn69420/rmdup
max_upload_size
id911697
size22,336
(Stridsvagn69420)

documentation

https://github.com/Stridsvagn69420/rmdup

README

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.

Commit count: 12

cargo fmt