drift is a git diff viewer that acts like a pager, with syntax highlighting and live watching of index/branch changes.
Highlights
⬆️ uncurses 0.0.2
Upgraded the underlying uncurses terminal library to 0.0.2, which makes an unchanged terminal resize a no-op — avoiding needless full-screen repaints when the size hasn't actually changed.
📦 Nix (NUR) packaging
drift is now published to the Nix User Repository on each release. GoReleaser's Nix pipe generates the package and pushes it to the nur repo; the release workflow installs Nix so nix-hash is available (without it the pipe silently skips). (#14)
Install via:
nur.repos.aymanbagabas.drift🚀 Faster cargo binstall
cargo binstall drift-diff now reuses the prebuilt GitHub release archives instead of building from source.
Full Changelog: v0.0.5...v0.0.6