Compare two directories and show the differences.
```bash
cargo install compare-dir
```
If you want to install from the local source code:
```bash
cargo install --path .
```
```bash
compare-dir <dir1> <dir2>
```
```bash
compare-dir dir1 dir2
```