lazygit.nvim
tig

lazygit.nvim | tig | |
---|---|---|
16 | 64 | |
1,704 | 12,573 | |
5.1% | 0.3% | |
5.4 | 7.4 | |
11 days ago | 8 days ago | |
Lua | C | |
MIT License | GNU General Public License v3.0 only |
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.
lazygit.nvim
-
Lazy Docker: The lazier way to manage everything Docker
lazygit inside neovim might not be a complete replacement for magit (I can't tell yet), but it does everything I need it to for day to day development. I can't remember the last time I launched Emacs for work.
https://github.com/kdheepak/lazygit.nvim
-
My Flow and Productivity has Improved with the Simplicity of Neovim
Using tmux, I could just have a shell to pivot into when I want to work with Git. Fine, and I could do that. But I'm using the Neovim plugin for LazyGit. Which takes advantage of this LazyGit UI.
-
Setting Up GitHub Environment Configurations in Neovim on Linux
Github - Lazygit.nvim
-
How to use Git?
There is even a plugin for Vim, that lets you open it in a floating overlay. https://github.com/kdheepak/lazygit.nvim
-
Switching from Emacs. My experience
there's a lazygit plugin if you want to skip the step of opening Toggleterm
-
Git CLI tools and vim
I really like this lazygit integration: https://github.com/kdheepak/lazygit.nvim
-
Poll: how do you jump to Git conflict markers?
So I use https://github.com/kdheepak/lazygit.nvim All of my git workflow is done in lazygit gg opens the float and away I go
-
Setup git commit dialog close to IntelliJ IDEA style?
I don't use IntelliJ, so, I don't know how it exactly looks like. But I use this: https://github.com/kdheepak/lazygit.nvim
-
Best Git Integration for Neovim?
Why not just use lazygit.nvim?
-
Lazygit - Manage your git repository inside Neovim
But using vim-floaterm instead of the https://github.com/kdheepak/lazygit.nvim plugin (which mentions a different plugin https://github.com/akinsho/nvim-toggleterm.lua#custom-terminals as an alternative).
tig
- Tig: Text-Mode Interface for Git
-
Using Guile for Emacs
> I would really like it if Magit was a standalone program, rather than an Emacs package, so that I could just switch to a more reasonable editor.
Always curious with folks who request this whether they've tried `tig` (https://jonas.github.io/tig/)?
Not sure what part of Magit you're looking for, but the basic workflow of jumping to changes and interactive staging works just as well to me in `tig` (with Vim) as Magit.
-
🦊 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.
-
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.
What are some alternatives?
vim-fugitive - fugitive.vim: A Git wrapper so awesome, it should be illegal
lazygit - simple terminal UI for git commands
neogit - An interactive and powerful Git interface for Neovim, inspired by Magit
gitui - Blazing 💥 fast terminal-ui for git written in rust 🦀
vim-floaterm - :computer: Terminal manager for (neo)vim
cz-cli - The commitizen command line utility. #BlackLivesMatter
magit - It's Magit! A Git Porcelain inside Emacs.
gitsigns.nvim - Git integration for buffers
diffconflicts - A better Vimdiff Git mergetool
emacs-ng - A new approach to Emacs - Including TypeScript, Threading, Async I/O, and WebRender.
