Skip to content

Stridsvagn69420/rmdup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.