Hacker News new | ask | show | jobs
by kaesve 771 days ago
https://github.com/jonas/tig is one of the first things I install on a new dev machine. It's a really nice UI for staging files or hunks. Since it's just a companion to the git CLI, it feels much more focused than full-blown git GUIs, and doesn't do anything magical.
3 comments

Sounds like something comparable to LazyGit. https://github.com/jesseduffield/lazygit
yes I do too. I do wish its ui navigation was a bit more 'humane'. more often than not I end up switching to next commit instead of next page.
Absolutely one of the best TUIs for sure.