CLI duplicate file finder

Build from source

  1. Clone the repo
    git clone https://github.com/angelleon/dupfinder.git
  1. Build source files using cargo
    cd dupfinder
    cargo build --release
  1. Run the binary giving a list of files or directories to search recursively
    cd target/relase
    ./dupfinder FILE_OR_DIRECTORY

Usage

    Usage: dupfinder [OPTIONS] [PATH]...

    Arguments:
    [PATH]...

    Options:
    -s, --min-size <MIN_SIZE>  [default: 0]
    -S, --max-size <MAX_SIZE>  [default: 18446744073709551615]
    -v, --verbose
    -h, --help                 Print help information
    -V, --version              Print version information