Any tig users here ? I’m happy with it since then, looks like the feature set is pretty similar
GitUI: Terminal UI for Git
41–50 of 94 posts
Re: GitUI: Terminal UI for Git
#42Re: GitUI: Terminal UI for Git
#43Magit is an excellent and widely used Git TUI.
But only available in Emacs
Anyway, I'm a happy user of this for VS Code
https://marketplace.visualstudio.com/items?itemName=kahole.m...
Re: GitUI: Terminal UI for Git
#44Re: GitUI: Terminal UI for Git
#45Magit is an excellent and widely used Git TUI.
Re: GitUI: Terminal UI for Git
#46Any lazygit users that switched over to gitui? If so, what made you switch?
I mostly use gitui for staging things, it supports file, hunk and line staging, it's meant to compliment git cli, not replace it.
I also use it to manage tags.
Re: GitUI: Terminal UI for Git
#47Any tig users here ? I’m happy with it since then, looks like the feature set is pretty similar
Re: GitUI: Terminal UI for Git
#48Magit is an excellent and widely used Git TUI.
Just wanted to mention this in case anyone was under the impression that Magit was TUI only!
Re: GitUI: Terminal UI for Git
#49Any tig users here ? I’m happy with it since then, looks like the feature set is pretty similar
tig rules. gitui does not support vim keybinding for me, or I did not find out how. rust's size always surprise me: tig -- 600KB, gitui: 11MB similar size pattern for other utilties, in general, rust executable is about 200x larger than its c/c++ peers, and, they all linked to similar c/c++ libraries, looks like rust stdlib is pretty big in size to me.
Re: GitUI: Terminal UI for Git
#50Lazygit is an alternative which worked great so far for me https://github.com/jesseduffield/lazygit