#command-line-tool #cli #file #utility #arguments

app dupper

CLI tool to find duplicate files based on their hashes

6 releases

0.2.2 Dec 26, 2022
0.2.1 Dec 26, 2022
0.1.2 Dec 25, 2022

#1042 in Command line utilities

Download history 3/week @ 2024-02-19 4/week @ 2024-02-26 142/week @ 2024-04-01

142 downloads per month

GPL-3.0-or-later

8KB
176 lines

Dupper

Crates.io Crates.io GitHub Repo stars

Dupper is a CLI tool that helps you identify duplicate files based on their hashes (using the Seahash hashing algorithm).

Installation

You can install dupper by using cargo:

$ cargo install dupper

Usage

$ dupper <PATH> -r <DEPTH>

Both <PATH> and <DEPTH> are optional. If you don't specify a path the current directory will be scanned. The -r flag tells dupper to scan reccursively, and the optional depth argument specifies how deep it should scan.

License

This tool is made available under GNU GPLv3.

Dependencies

~4–12MB
~91K SLoC