Show HN: vscode-gitui – Open GitUI inside VSCode(github.com)
github.com
Show HN: vscode-gitui – Open GitUI inside VSCode
https://github.com/gymynnym/vscode-gitui
2 comments
What is the benefit of using this compared to the integrated git panel?
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.
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!