Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-20T02:46:19.000Z (almost 3 years ago)
- Last Synced: 2024-06-11T13:42:28.971Z (5 months ago)
- Topics: fzf, gh-extension, ghq
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 41
- Watchers: 2
- 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](https://img.shields.io/badge/license-MIT-brightgreen)](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).