Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Hirse/vscode-ungit
Extension to show ungit in Visual Studio Code.
https://github.com/Hirse/vscode-ungit
git hacktoberfest ungit visual-studio-code vscode vscode-extension
Last synced: 3 months ago
JSON representation
Extension to show ungit in Visual Studio Code.
- Host: GitHub
- URL: https://github.com/Hirse/vscode-ungit
- Owner: Hirse
- License: mit
- Created: 2017-04-09T11:23:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-13T04:43:54.000Z (over 1 year ago)
- Last Synced: 2024-08-02T16:12:34.894Z (6 months ago)
- Topics: git, hacktoberfest, ungit, visual-studio-code, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=Hirse.vscode-ungit
- Size: 2.9 MB
- Stars: 28
- Watchers: 4
- Forks: 15
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Marketplace Version](https://vsmarketplacebadges.dev/version-short/Hirse.vscode-ungit.svg)](https://marketplace.visualstudio.com/items?itemName=Hirse.vscode-ungit)
[![Marketplace Installs](https://vsmarketplacebadges.dev/installs-short/Hirse.vscode-ungit.svg)](https://marketplace.visualstudio.com/items?itemName=Hirse.vscode-ungit)
[![Marketplace Rating](https://vsmarketplacebadges.dev/rating-short/Hirse.vscode-ungit.svg)](https://marketplace.visualstudio.com/items?itemName=Hirse.vscode-ungit#review-details)[![GitHub Actions](https://github.com/Hirse/vscode-ungit/actions/workflows/main.yml/badge.svg)](https://github.com/Hirse/vscode-ungit/actions/workflows/main.yml)
# VSCode ungit
Extension to show [ungit][ungit] in Visual Studio Code.![Ungit in VSCode as gif](https://raw.githubusercontent.com/Hirse/vscode-ungit/master/screenshots/ungit.gif)
![Ungit in VSCode](https://raw.githubusercontent.com/Hirse/vscode-ungit/master/screenshots/ungit.png)## Settings
- **`showButton`**
Show a button in the editor title bar to open Ungit
Defaults to _false_
- **`showInActiveColumn`**
Open the Ungit view in the active editor column instead of on the side
Defaults to _false_## License
VSCode ungit is licensed under the [MIT license][MIT].
[ungit][ungit] is also licensed under the [MIT license][MIT] (again).[MIT]: http://opensource.org/licenses/MIT
[ungit]: https://github.com/FredrikNoren/ungit