gitui
lazygit
Our great sponsors
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
-
Any "This Week In Neovim" equivalence for Linux/CLI tools?
I recently discovered "This Week In Neovim" and was blown away by the number of new plugins. I also discovered gitui, TUI for git written in Rust that's less than 1 year old. I was blown away by this amazing tool. So I was looking whether there's "This Week In Neovim" equivalence? Any newsletter? I used to subscribe to the weekly newsletter console.dev but it's mostly new developer tools, which is not very relevant to enhance our Linux day-to-day experience. Examples like fzf, ranger, yt-dlp etc.
-
What’s everyone working on this week (48/2022)?
Going to work on my open source projects: https://github.com/liveask/liveask and https://github.com/extrawurst/gitui - if you look to contribute to a rust project with some mentorship let me know
-
Ask HN: Where are the simple Git GUIs?
I use gitui. Its a TUI written in rust and it is great. I mainly use it for looking at the gitlog, committing, and pushing.
- GitUI 0.22 support submodules and commit message history
-
In search of a TUI git client with GUI-ish elements for Linux
extrawurst/gitui
-
Gitui: Terminal UI for Git
Gitui's README mentions that Lazygit freezes and sometimes crashes parsing large repos, taking the example of the linux repo, and reports that Gitui is more than twice as fast: https://github.com/extrawurst/gitui#3--benchmarks-top-
At least for the stability issues, does this match your experience?
I see others have mentioned tig here as well, I'd be curious to hear if they also find it somewhat slow and unstable. Gitui's linux benchmark lists it as being almost 11 times faster than tig.
-
Your git setup for neovim?
gitui inside FTerm.nvim has been my preferred method to interact with git from within nvim. gitui has indeed proven to be a great frontend to git.
-
Git Clients Are Disappointing
GitUI: Lovely terminal UI, fails the requirement
-
GitUI 0.21 supports viewing file history log now
unfortunately this will take a brave contributor to pull off: https://github.com/extrawurst/gitui/issues/97
lazygit
-
Packet recommendations for C development?
Maybe try gitsigns.nvim and lazygit with toggleterm.nvim.
-
Noob question: Does anyone use things like git gui?
LazyGit
-
lazygit is not using the "delta" pager to show git diff
As advised, I've opened a bug ticket on lazygit git repo: https://github.com/jesseduffield/lazygit/issues/2337
However, lazygit doesn't show this diff in the delta style although I have specified delta as its pager.
The documentation is clear. It's supported https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Pagers.md
- Ask HN: Products/Services you swear by – Dec. 2022
-
What plugins do yall use for Git
Using lazygit, and it doesn't matter where I am, inside or outside of Neovim
-
Opensource Docker Management?
Also https://github.com/jesseduffield/lazygit
- Ask HN: Where are the simple Git GUIs?
- Thirteen Years of Go
What are some alternatives?
tig - Text-mode interface for git
vim-fugitive - fugitive.vim: A Git wrapper so awesome, it should be illegal
magit - It's Magit! A Git Porcelain inside Emacs.
diffview.nvim - Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
neogit - magit for neovim
gitsigns.nvim - Git integration for buffers
toggleterm.nvim - A neovim lua plugin to help easily manage multiple terminal windows
delta - A syntax-highlighting pager for git, diff, and grep output
gruvbox - Retro groove color scheme for Vim - community maintained edition
git-credential-manager - Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.