fzf Fuzzy Find a Github Repository - Part Deux Remember our first installment? We iterated on building a command-line tool for quickly selecting a private github repo to clone. We built a solution using fish, fzf, and Go. We
fzf The Many Faces of FZF Command-line Fuzzy Finder (FZF) is a gem of a command-line tool. It is like the old 4dos SELECT command that could prompt a user to choose a file, times a
go Fuzzy Find a Github Repository Often, I need to quickly clone or explore from among hundreds of private github repositories I have access to via a github organization, from the command line. Rarely can I