diffview-0.1.0 is not a library.
diffview
Side-by-side terminal diff viewer for git output.
Installation
From crates.io:
From GitHub:
Usage
Run against the current repo diff:
Pass through git diff arguments after --:
Read from stdin:
|
Read from a diff file:
Keys
j/kor arrows: scrollctrl+u/d: page up/downn/p: next/prev hunkf/b: next/prev file1-9: jump to file indexg/G: top/bottomu: toggle untrackedq: quit
Notes
- Untracked view uses
git ls-filesandgit diff --no-index.