Skip to content

v0.0.1

Choose a tag to compare

@aymanbagabas aymanbagabas released this 06 Aug 14:04
· 37 commits to main since this release

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-diff

That 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

See the README and
CONFIG.md.