Skip to content

A Github CLI extension to fuzzy search your repositories and do an action with it

License

Notifications You must be signed in to change notification settings

kavinvalli/gh-repo-fzf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gh-repo-fzf

A gh cli to fuzzy search your repositories and do an action with them gh-repo-fzf

Requirements

  1. gh cli - minimum version (2.0.0)

  2. fzf

Installation

gh extension install kavinvalli/gh-repo-fzf

Installing Manually

To install this extension manually, follow these steps:

  1. Clone repo

    # git
    git clone https://github.com/kavinvalli/gh-repo-fzf
    
    # github cli
    gh repo clone kavinvalli/gh-fzf
  2. cd into it

    cd gh-repo-fzf
  3. 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>

About

A Github CLI extension to fuzzy search your repositories and do an action with it

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages