https://github.com/kawarimidoll/gh-q
A gh extension to clone GitHub repositories using fzf and ghq.
https://github.com/kawarimidoll/gh-q
fzf gh-extension ghq
Last synced: 5 days ago
JSON representation
A gh extension to clone GitHub repositories using fzf and ghq.
- Host: GitHub
- URL: https://github.com/kawarimidoll/gh-q
- Owner: kawarimidoll
- License: mit
- Created: 2021-11-09T00:18:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T01:04:34.000Z (27 days ago)
- Last Synced: 2025-04-11T02:09:24.310Z (5 days ago)
- Topics: fzf, gh-extension, ghq
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 43
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - kawarimidoll/gh-q - A gh extension to clone GitHub repositories using fzf and ghq. (Shell)
README
# gh-q
[](LICENSE)
A `gh` extension to clone GitHub repositories using `fzf` and `ghq`.
## Requirements
- [junegunn/fzf](https://github.com/junegunn/fzf)
- [x-motemen/ghq](https://github.com/x-motemen/ghq)## Installation
```
gh extension install kawarimidoll/gh-q
```### Upgrading
```
gh extension list
gh extension upgrade kawarimidoll/gh-q
```## Usage
Fuzzy find your repo by `fzf` and clone it by `ghq`:
```
gh q
```To clone other user's repo, pass username:
```
gh q kawarimidoll
```## Prior art
This extension is strongly inspired by [hashue/gh-fuzzyclone](https://github.com/hashue/gh-fuzzyclone).