5 个版本

0.4.4 2024年1月6日
0.4.3 2024年1月6日
0.4.2 2024年1月6日
0.4.1 2024年1月6日
0.3.0 2024年1月6日

#1481命令行工具

每月下载量 33

MIT 许可证

16KB
304 代码行

build status crates-io stability-beta

Diffdir

一个比较两个目录的命令行工具。

使用哈希值比较同名文件。同时列出两个目录中独特的文件。

安装

如果您还没有安装 Rust,请先安装 Rust

克隆此仓库

git clone [email protected]:VaheDanielyan/diffdir.git

构建和安装

cargo install --path .

用法

Usage: diffdir [OPTIONS] <dir a> <dir b>

Arguments:
  <dir a>
  <dir b>

Options:
      --ignore <IGNORE_PATTERNS>...
      --ignore-file <IGNORE_FILE>
      --quiet                        Surpress output
      --no-colors                    will not format into ansi string and / or include colors
  -h, --help                         Print help
  -V, --version                      Print version

输出

除了标准文本输出外,程序将返回 42 如果目录之间存在差异,如果是相同的则返回 0。这当在其他程序中调用此工具时很有用。

依赖项

~3–10MB
~103K SLoC