GitUI is a terminal UI for git written in Rust. We aim to simplify common git tasks in a fast, keyboard-only and cross platform way without leaving your beloved CLI.
Release Highlights
- support for viewing file history as a log
- stacking popups
- use
GIT_DIR
andGIT_WORK_DIR
from environment if set - support copy to clipboard on wayland
- much more
Thanks for your interest and support!❤️
Top comments (1)
Nice work @extrawurst !
We were just talking about how to recover old versions of projects last Friday. Using Fugitive's
:GcLog
is one of my go to ways to walk through the log of the repo, or:GcLog %
to walk through the history of a single file.The History log view is a great alternative to
:GcLog %
. Everyone on my team has gitui installed, but not all use vim, its so nice to have some common ground between everyones setup.