This tool allows you to display differences in a list of compared folders in the terminal.
(This project is what I use to learn rust)
# install
cargo install diff-folders
# usage
diff-folders <old_dir|new_file> <new_dir|new_file>
| Color | Description |
|---|---|
| Red | deleted |
| Green | created |
| Yellow | modified |
| Keys | Description |
|---|---|
| Left/Right | switch for window focus |
| Up/Down/PageUp/PageDown | scrolling text |
