Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kavinvalli/gh-repo-fzf
A Github CLI extension to fuzzy search your repositories and do an action with it
https://github.com/kavinvalli/gh-repo-fzf
gh-extension
Last synced: 20 days ago
JSON representation
A Github CLI extension to fuzzy search your repositories and do an action with it
- Host: GitHub
- URL: https://github.com/kavinvalli/gh-repo-fzf
- Owner: kavinvalli
- License: mit
- Created: 2021-12-03T15:17:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-17T09:17:15.000Z (over 2 years ago)
- Last Synced: 2024-08-03T17:12:02.523Z (3 months ago)
- Topics: gh-extension
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 38
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesomeness - gh-repo-fzf - A gh cli to fuzzy search your repositories and do an action with them. (Productivity / Kubernetes)
- jimsghstars - kavinvalli/gh-repo-fzf - A Github CLI extension to fuzzy search your repositories and do an action with it (Shell)
README
# gh-repo-fzf
A `gh` cli to fuzzy search your repositories and do an action with them
![gh-repo-fzf](https://user-images.githubusercontent.com/41034356/144628703-caaf0921-8d1a-4913-b5a0-24b5f7269549.gif)## Requirements
1. `gh cli` - minimum version (2.0.0)
2. `fzf`
## Installation
```sh
gh extension install kavinvalli/gh-repo-fzf
```### Installing Manually
> To install this extension **manually**, follow these steps:
1. Clone repo
```bash
# git
git clone https://github.com/kavinvalli/gh-repo-fzf# github cli
gh repo clone kavinvalli/gh-fzf
```2. cd into it
```bash
cd gh-repo-fzf
```3. Install it locally
```bash
gh extension install .
```
## Available actions
- Clone
- View
- Fork
- Archive## Usage
- To list all directories you have access to, run:
```sh
gh repo-fzf
```- To list directories of a particular user / organisation:
```sh
gh repo-fzf
```