Skip to content

A small tool to fuzzy find and clone your own github repositories

Notifications You must be signed in to change notification settings

ctompkinson/github-selector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Selector

A small tool that presents a list of repositories using the fzf fuzzy matcher and then clones the selected one

Setup

  1. brew install fzf
  2. brew install git
  3. make
  4. Add a function to your bashrc or zshrc
gsa() {
    cd "$($HOME/go/src/github.com/ctompkinson/github-selector/github_selector)"
}

About

A small tool to fuzzy find and clone your own github repositories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published