Show HN: vscode-gitui – Open GitUI inside VSCode (github.com)

2 points by gymynnym ↗ HN
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!

1 comment

[ 4.9 ms ] story [ 19.8 ms ] thread
What is the benefit of using this compared to the integrated git panel?