tig
gitsigns.nvim
tig | gitsigns.nvim | |
---|---|---|
64 | 82 | |
12,636 | 5,569 | |
0.6% | 2.1% | |
7.4 | 9.2 | |
about 1 month ago | 3 days ago | |
C | Lua | |
GNU General Public License v3.0 only | MIT License |
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.
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.
gitsigns.nvim
- Neovim for beginners
-
Ultimate Neovim Setup Guide: lazy.nvim Plugin Manager
lewis6991/gitsigns.nvim: Git integration for buffers.
-
Please, help with highlights.
those are gitsigns. read :h gitsigns-highlight-groups. i think the first 3 ones (gitsignsadd, gitsignschange, gitsignsdelete) would need their background cleared.
-
Gitsigns thinks that new lines in Windows are differences
I have installed Gitsigns in a Windows machine and when I execute the method diffthis it thinks that the new lines are differences.
-
Algebraic data types in Lua (Almost) post
Lack of tooling/LSP support compared to Lua. A rather popular neovim plugin, gitsigns, recently switched from teal to regular lua for (among other reasons) the tooling.
https://github.com/lewis6991/gitsigns.nvim/commit/4d63d996b0...
-
Benchmarking some of my favourite neovim plugins over time
gitsigns.nvim
-
Introducing multicursors.nvim plugin
The closest one would be gitsigns
-
How to use Git?
you can use gitsigns
-
Your favourite Neovim plugins?
https://github.com/lewis6991/satellite.nvim absolutely amazing choices, visual economy, integration with gitsigns and builtin vim features (marks).
-
Hacky way to return to original window after using gitsign's `diffthis`. There must be a better way to do this.
It's also nice to ask him directly.
What are some alternatives?
lazygit - simple terminal UI for git commands
vim-fugitive - fugitive.vim: A Git wrapper so awesome, it should be illegal
gitui - Blazing π₯ fast terminal-ui for git written in rust π¦
vim-gitgutter - A Vim plugin which shows git diff markers in the sign column and stages/previews/undoes hunks and partial hunks.
lazygit.nvim - Plugin for calling lazygit from within neovim.
NvChad - Blazing fast Neovim framework providing solid defaults and a beautiful UI, enhancing your neovim experience.