Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cappyzawa/gh-ghq-cd
A gh extention for exploring the `ghq list`
https://github.com/cappyzawa/gh-ghq-cd
fzf gh-extension ghq tmux
Last synced: 2 months ago
JSON representation
A gh extention for exploring the `ghq list`
- Host: GitHub
- URL: https://github.com/cappyzawa/gh-ghq-cd
- Owner: cappyzawa
- License: mit
- Created: 2021-08-24T17:05:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T15:21:07.000Z (3 months ago)
- Last Synced: 2024-08-03T16:32:27.951Z (3 months ago)
- Topics: fzf, gh-extension, ghq, tmux
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-ghq-cd
## Requires
- [`gh`](https://github.com/cli/cli) v2.0.0+
- [`ghq`](https://github.com/x-motemen/ghq)
- [`fzf`](https://github.com/junegunn/fzf)
- (Optional) [`bat`](https://github.com/sharkdp/bat)## How to install
```bash
gh extension install https://github.com/cappyzawa/gh-ghq-cd# Upgrade
gh extension upgrade gh-ghq-cd
```### (Optional) Recommended Setting
```bash
gh alias set cd ghq-cd
```## How to use
```bash
gh ghq-cd# If you set "cd" as an alias for ghq-cd
gh cd# If you want to open the selected repository with tmux new window
gh cd -nw
```