https://github.com/fabiospampinato/vscode-gitman
Frontend for GitMan for switching quickly to other repositories.
https://github.com/fabiospampinato/vscode-gitman
extension gitman vsc vscode
Last synced: 12 months ago
JSON representation
Frontend for GitMan for switching quickly to other repositories.
- Host: GitHub
- URL: https://github.com/fabiospampinato/vscode-gitman
- Owner: fabiospampinato
- License: mit
- Created: 2021-11-11T10:51:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T02:29:26.000Z (over 2 years ago)
- Last Synced: 2024-05-01T12:39:25.939Z (about 2 years ago)
- Topics: extension, gitman, vsc, vscode
- Language: TypeScript
- Homepage:
- Size: 276 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license
Awesome Lists containing this project
README
# GitMan
Frontend for [GitMan](https://github.com/fabiospampinato/gitman) for switching quickly to other repositories.
You should read [GitMan](https://github.com/fabiospampinato/gitman)'s readme to learn how to configure it.
## Install
Follow the instructions in the [Marketplace](https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-gitman), or run the following in the command palette:
```sh
ext install fabiospampinato.vscode-gitman
```
## Usage
It adds 2 commands to the command palette:
```js
'GitMan: Open' // Open a repository in the current window
'GitMan: Open in New Window' // Open a repository in a new window
```
It adds 2 shortcuts:
```js
'Cmd/Ctrl+Alt+P' // Triggers `GitMan: Open`
'Cmd/Ctrl+Alt+Shift+P' // Triggers `GitMan: Open in New Window`
```
## License
MIT © Fabio Spampinato