justone

Crates.iojustone
lib.rsjustone
version0.3.0
sourcesrc
created_at2020-11-07 12:33:38.489457
updated_at2020-11-23 09:11:48.489106
descriptionA fast duplicate files finder, the rust implementation for JustOne.
homepagehttps://github.com/owtotwo/justone-rs/
repositoryhttps://github.com/owtotwo/justone-rs/
max_upload_size
id309623
size35,659
AT_ (owtotwo)

documentation

README

justone -- A fast duplicate files command line finder

author: owtotwo

Install

$ cargo install justone

Usage

justone 0.2.0
owtotwo <owtotwo@163.com>
A fast duplicate files finder, the rust implementation for JustOne.

USAGE:
    justone [FLAGS] [OPTIONS] <FOLDER>...

FLAGS:
    -h, --help
            Prints help information

    -i, --ignore-error
            Ignore error such as PermissionError or FileNotExisted

    -s, --strict
            [0][default] Based on hash comparison.
            [1][-s] Shallow comparison based on file stat, and byte comparison when inconsistent, to prevent hash
            collision.
            [2][-ss] Strictly compare byte by byte to prevent file stat and hash collision.
    -t, --time
            Show total time consumption

    -V, --version
            Prints version information


OPTIONS:
    -o, --output <output>
            Output result to file


ARGS:
    <FOLDER>...
            The folder where you want to find duplicate files

Uninstall

$ cargo uninstall justone

License

LGPLv3 © owtotwo

Commit count: 28

cargo fmt