Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matsumotory/fish-ghq-vscode

Search and open a git repository as vscode project or a specified file of the repository by vscode.
https://github.com/matsumotory/fish-ghq-vscode

Last synced: about 2 months ago
JSON representation

Search and open a git repository as vscode project or a specified file of the repository by vscode.

Awesome Lists containing this project

README

        

# fish-ghq-vscode
Search and open a git repository as vscode project or a specified file of the repository by vscode.

## Install
- install vscode cli
- install ghq
- install fzf, fzy, peco, percol or skim
- install fisher
- install fish-ghq
- then, install fish-ghq-vscode

```
fisher add matsumotory/fish-ghq-vscode
```

## Support variables of fish-ghq

- Support `GHQ_SELECTOR` and `GHQ_SELECTOR_OPTS`

- More information: [fish-ghq variables](https://github.com/decors/fish-ghq#variables)

## Key bindings

#### [Ctrl+t] Search and open a project of a git repository by vscode

#### [Ctrl+s] Search and open a file in a git repository by vscode

## License

This project is under the MIT License.