A small tool that presents a list of repositories using the fzf fuzzy matcher and then clones the selected one
brew install fzf
brew install git
make
- Add a function to your bashrc or zshrc
gsa() {
cd "$($HOME/go/src/github.com/ctompkinson/github-selector/github_selector)"
}