Skip to content

studoot/duplicate-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

duplicate-finder

Duplicate file finder, written in Rust

Simple command-line utility that detects files with identical content within a directory tree. At present, no output is produced, but the intention is that CSV and JSON output will be produced.

The tool has been written as much as a Rust learning experience as to be useful. Notably, the -p option was added to gain experience with concurrecncy in Rust through the Rayon library.

Tool has been build & run with rust (stable) v1.44.1.

Usage

duplicate-finder 0.1.0
Stuart Dootson <stuart.dootson@gmail.com>
Searchs for duplicated files in directory tree(s).

USAGE:
    duplicate-finder.exe [FLAGS] [OPTIONS] <directory>...

FLAGS:
    -h, --help        Prints help information
    -p, --parallel    Use multi-threaded finder
    -V, --version     Prints version information

OPTIONS:
    -t, --output-type <output_type>    Specify output format (CSV, JSON) [default: CSV]

ARGS:
    <directory>...    Directory tree root(s)

About

Duplicate file finder, written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages