compare-dir 0.2.1

A high-performance directory comparison tool and library
Documentation

CI-badge crate-badge docs-badge

compare-dir

Compare two directories and show the differences.

Useful to verify backup copies.

Installation

cargo install compare-dir

If you want to install from the local source code:

cargo install --path .

Usage

compare-dir <dir1> <dir2>

Please use the -h option to see all options.