Show HN: vscode-gitui – Open GitUI inside VSCode

github.com

2 points by gymynnym 13 hours ago

I often use GitUI to manage Git repositories. In Neovim, I’ve enjoyed great GitUI integrations, but in VSCode I always had to resize the terminal panel or switch contexts — which felt cumbersome. So I built vscode-gitui, a small extension that lets you open GitUI directly inside the VSCode integrated terminal.

Why It's useful

- Removes unnecessary context switching (good for Vim users)

- Multi-workspace support: Provides a workspace picker when using multiple workspace

Links

- GitHub Repository: https://github.com/gymynnym/vscode-gitui

- VSCode Marketplace: https://marketplace.visualstudio.com/items?itemName=gymynnym...

Feedback, pull requests, issues, and even harsh criticism are all welcome!

hrvstr 12 hours ago

What is the benefit of using this compared to the integrated git panel?

  • gymynnym 10 hours ago

    I built this for people who are more comfortable with GitUI than VSCode built-in git panel. GitUI is designed for keyboard-only control and supports vim-like keybindings, so it makes the workflow feel more natural for users of vim plugins.