gitui
Blazing 💥 fast terminal-ui for git written in rust 🦀 (by extrawurst)
tig
Text-mode interface for git (by jonas)
gitui | tig | |
---|---|---|
82 | 62 | |
18,671 | 12,508 | |
- | - | |
9.4 | 7.2 | |
8 days ago | 4 days ago | |
Rust | C | |
MIT License | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gitui
Posts with mentions or reviews of gitui.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-01-07.
-
GitUI
I was missing interactive rebase, as it is missing from libgit2
https://github.com/extrawurst/gitui/issues/32
-
Question: In your experience, is Helix always more snappy/responsive than Neovim?
I have this feeling with all rust apps using crossterm crate as their backend like GitUI for example
- I (kind of) killed Mercurial at Mozilla
-
GitUI 0.24 supports searching the entire commit history
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.
- Lazygit: Simple terminal UI for Git commands
-
Easy way to git blame from helix?
The terminal applications I used are GitUi and LazyGit. Both are very good and have almost all what you need.
- GitUI 0.23 adds more fuzzy finding and rewording commits
-
Is there any solution like Github Desktop and Gitkraken For terminal Users
Give gitui a try. It’s a text|terminal user interface (tui) for git. I think that’s what you are looking for. Also, search GitHub for “git tui” and I’m sure you will find a bunch of other options.
tig
Posts with mentions or reviews of tig.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-08-31.
-
🦊 GitLab: Forget GitKraken, Here Are The Only Git Commands You Need
Use tig. This TUI (terminal user interface) is halfway between the GUI and the command line. It basically does the same thing as the previous command, but it’s easier on the eyes while allowing you to stay in the terminal. It will also make it easier to see the diff for a particular commit.
-
My .gitconfig File Dissected
If you want an interactive commit graph, among other features, look at tig https://jonas.github.io/tig/
-
Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
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.
-
Every Git Command I Use (Cheatsheet)
Related but I use tig, a TUI, a lot to examine the state of my working tree and index and stage/unstage/reset changes piecemeal. It works great.
- Tig: Text-Mode Interface for Git
-
Magit
I'd like to plug [tig](https://github.com/jonas/tig) for those who don't use emacs. I see lazygit recommended here too, but I've been using tig for years now and love it's simplicity.
-
Is there any solution like Github Desktop and Gitkraken For terminal Users
Try tig
-
What is your preferred version control software and what additional features do you wish it had?
I'm normally a CLI git (and tig) user.
-
TexStudio - git integration for easy committing?
Sometimes when I work in command line I use tig (https://jonas.github.io/tig/). There is also similar tool lazygit (https://github.com/jesseduffield/lazygit)
-
gti, gtti, giit, gut, gti, got, hit, jit, git <enter> {f%ck} <up-arrow-key>
And you accidently open a git TUI
What are some alternatives?
When comparing gitui and tig you can also consider the following projects:
lazygit - simple terminal UI for git commands
gitsigns.nvim - Git integration for buffers
lazygit.nvim - Plugin for calling lazygit from within neovim.
delta - A syntax-highlighting pager for git, diff, grep, and blame output
vim-floaterm - :computer: Terminal manager for (neo)vim
cz-cli - The commitizen command line utility. #BlackLivesMatter
neogit - An interactive and powerful Git interface for Neovim, inspired by Magit
vim-fugitive - fugitive.vim: A Git wrapper so awesome, it should be illegal
magit - It's Magit! A Git Porcelain inside Emacs.