An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# GitMan


Logo

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