Crates.io | justone |
lib.rs | justone |
version | 0.3.0 |
source | src |
created_at | 2020-11-07 12:33:38.489457 |
updated_at | 2020-11-23 09:11:48.489106 |
description | A fast duplicate files finder, the rust implementation for JustOne. |
homepage | https://github.com/owtotwo/justone-rs/ |
repository | https://github.com/owtotwo/justone-rs/ |
max_upload_size | |
id | 309623 |
size | 35,659 |
author: owtotwo
$ cargo install justone
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
$ cargo uninstall justone