v0.0.1
First release of drift β a git diff pager that actually wants to be looked at. πΎ
Syntax highlighting, word-level change emphasis, split/unified views, a
file-list modal and draggable sidebar, jump-to-hunk, in-file search,
open-in-$EDITOR, and a live watch mode that repaints when your index or
branch moves. Point it at a commit, a range, your staging area, or the working
tree β or pipe a diff in as a pager.
Install
cargo install drift-diffThat drops a drift binary on your PATH. A prebuilt macOS (Apple Silicon)
binary is attached below.
Make it your git diff pager:
git config --global pager.diff drift
git config --global pager.show drift