Gitui is a terminal-based git user interface (TUI) that will change the way that you work with git. I have been a long-time user of the git cli, and it’s been hard to beat, mostly because there is nothing that keeps my fingers on the keyboard quite like it, except which comes with some great ways to very quickly walk through a git project. installation # Go to their [releases]https://github.com/extrawurst/gitui/releases) page, download the latest build, and pop it on your PATH. I have the following stuffed away in some install scripts to get the latest version. install latest release run # It opens blazing fast. Quick Commits # Sometimes I edit a number of files and want to commit them one at a time, this is painful in the git cli and my main use case for. shows unstaged changes at the top, staged changes on the bottom, and a diff on the right. Navigate with hjkl # By default, uses arrow keys, but simply copying vim_style_key_config.ron to your config directory will get you vim-like ke…