3 个不稳定版本

0.3.1 2022 年 2 月 26 日
0.3.0 2022 年 2 月 25 日
0.2.1 2022 年 2 月 25 日

#13#比较

每月 22 次下载
stall 中使用

MIT/Apache

28KB
486

fcmp 文件比较库和命令行实用工具

接受文件名列表并返回最近修改的文件。

如果结果模糊不清,则返回文件列表中第一个模糊的项。

安装

目前有两种安装选项

  1. 安装 cargo 并运行 cargo install stall

  2. 从源代码构建 stall。克隆此仓库,安装 Rust,运行 Cargo build --release,并将编译的二进制文件移动到您的 $PATH 中。

用法

USAGE:
    fcmp [OPTIONS] [PATHS]...

ARGS:
    <PATHS>...
            File paths to compare

OPTIONS:
    -d, --diff
            Consider files with the same content as equal

    -h, --help
            Print help information

    -i, --index
            Return the (0-based) index of the file instead of the path

    -m, --missing <MISSING>
            Determines how to handle missing files.

            By default, missing files will be treated as older than all other files.

            [default: oldest]
            [possible values: oldest, newest, ignore, error]

    -r, --reverse
            Return the oldest file instead of the newest

    -V, --version
            Print version information

许可证

Stall 使用 MIT 许可证或 Apache 2.0 许可证,由您选择。

依赖关系

~3MB
~63K SLoC