tig
Text-mode interface for git (by jonas)
vim-floaterm
:computer: Terminal manager for (neo)vim (by voldikss)
tig | vim-floaterm | |
---|---|---|
64 | 59 | |
12,636 | 2,557 | |
0.6% | 1.0% | |
7.4 | 5.9 | |
about 1 month ago | 12 months ago | |
C | Vim Script | |
GNU General Public License v3.0 only | MIT License |
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.
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-12-16.
- 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.
vim-floaterm
Posts with mentions or reviews of vim-floaterm.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-16.
-
Terminal workflow with GUI Neovim
Using https://github.com/voldikss/vim-floaterm and remap the same shortcuts to (un)toggle the terminal would be interesting for you, also about compatibility, because if tomorrow you use nvim in the terminal you have the same key maps.
-
Terminal filemanager that works good with neovim
vim-floaterm has wrappers around some terminal filemanagers.
-
Tools for productivity
If you don't like distro's and want to use something of your own, make sure that you have a few plugins like telescope.nvim, lazy.nvim, toggleterm.nvim Or vim-floaterm, gitsigns.nvim, which-key.nvim, which will make your neovim journey smooth. Again these are just few, but I highly recommend it.
-
Managing your files. How do you do it?
My personal favorite is ranger, a multi-panel console file manager that works nicely in a Neovim terminal. I also use floaterm to get floating terminal windows for ranger and lazygit, but that's optional. A Neovim tab with a terminal would work equally well.
-
Git CLI tools and vim
For simple tasks like opening a dirty file in nvim I prefer vim-floaterm. It has a really nice integration with a bunch of TUI tools.
- Neovim - Workflow para Java, C# e JS/TypeScript (Atualização com Neovim 0.8 e LSP)
- Plugin suggestion
-
I appreciate the excellent FTerm.nvim plugin
The two obvious candidates are vim-floaterm and toggleterm.nvim.
-
vim as a python IDE?
I’d suggest taking a look at vim-floaterm. While I don’t use this feature, it should have the ability to do what you’ve described
-
What is your approach to quick note taking during development?
vimwiki + floatterm + vimwiki-sync
What are some alternatives?
When comparing tig and vim-floaterm you can also consider the following projects:
lazygit - simple terminal UI for git commands
toggleterm.nvim - A neovim lua plugin to help easily manage multiple terminal windows
gitui - Blazing 💥 fast terminal-ui for git written in rust 🦀
lazygit.nvim - Plugin for calling lazygit from within neovim.
nvim-bqf - Better quickfix window in Neovim, polish old quickfix window.