3 releases (breaking)
0.3.0 | Nov 23, 2020 |
---|---|
0.2.0 | Nov 20, 2020 |
0.1.0 | Nov 7, 2020 |
#32 in #finder
27KB
624 lines
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
Dependencies
~4–12MB
~123K SLoC