Skip to content

rubenjr0/dupper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stand With Ukraine

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.

About

CLI tool to find duplicate files based on their hashes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages