dupper

Crates.iodupper
lib.rsdupper
version0.2.2
sourcesrc
created_at2022-12-25 01:15:27.97813
updated_at2022-12-26 01:55:11.056705
descriptionCLI tool to find duplicate files based on their hashes.
homepage
repositoryhttps://github.com/rubenjr0/dupper
max_upload_size
id745110
size23,076
Rubén J.R. (rubenjr0)

documentation

README

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.

Commit count: 17

cargo fmt