GitUI: Terminal UI for Git
github.com
GitUI: Terminal UI for Git
1–10 of 94 posts
Re: GitUI: Terminal UI for Git
#2Any lazygit users that switched over to gitui? If so, what made you switch?
Re: GitUI: Terminal UI for Git
#3I use fugitive, a Git interface that operates from within [n]vim. There are many advantages to using Git from within an editor, especially as so many Git operations land you in an editor in any case; this way, you stay in your editor context, so, for example, you get completions from your other windows when composing your commit messages.
Re: GitUI: Terminal UI for Git
#4Looks great and fast! Nice work! I'm wondering if the missing features for 1.0 will keep it fast. (The first thing I wanted to do is search the log and see the graph :-). Does not look like it.
Re: GitUI: Terminal UI for Git
#5Magit is an excellent and widely used Git TUI.
Re: GitUI: Terminal UI for Git
#6Funny. I thought 'git' was a terminal UI for git.
Re: GitUI: Terminal UI for Git
#7Magit is an excellent and widely used Git TUI.
But only available in Emacs
Re: GitUI: Terminal UI for Git
#8Re: GitUI: Terminal UI for Git
#9Lazygit is an alternative which worked great so far for me
Re: GitUI: Terminal UI for Git
#10Any tig users here ? I’m happy with it since then, looks like the feature set is pretty similar