gh-repo-fzf
gh-repo-fzf copied to clipboard
A Github CLI extension to fuzzy search your repositories and do an action with it
gh-repo-fzf
A gh
cli to fuzzy search your repositories and do an action with them
Requirements
-
gh cli
- minimum version (2.0.0) -
fzf
Installation
gh extension install kavinvalli/gh-repo-fzf
Installing Manually
To install this extension manually, follow these steps:
-
Clone repo
# git git clone https://github.com/kavinvalli/gh-repo-fzf # github cli gh repo clone kavinvalli/gh-fzf
-
cd into it
cd gh-repo-fzf
-
Install it locally
gh extension install .
Available actions
- Clone
- View
- Fork
- Archive
Usage
- To list all directories you have access to, run:
gh repo-fzf
- To list directories of a particular user / organisation:
gh repo-fzf <username/organisation-name>