Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/matsumotory/fish-ghq-vscode
- Owner: matsumotory
- License: mit
- Created: 2020-10-08T04:43:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-09T09:52:47.000Z (over 4 years ago)
- Last Synced: 2024-10-18T18:28:42.112Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.