#duplicate #finder #command-line #hash #author #file #ignore

bin+lib justone

一个快速的重复文件查找器,JustOne 的 Rust 实现

3 个版本 (有重大变更)

0.3.0 2020年11月23日
0.2.0 2020年11月20日
0.1.0 2020年11月7日

#finder 中排名 32

LGPL-3.0-only

27KB
624 代码行

justone -- 一个快速的重复文件命令行查找器

作者: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

许可

LGPLv3 © owtotwo

依赖项

~4–12MB
~125K SLoC