A GitHub CLI extension to easily clone a repository using fuzzy search.
gh extension install johanhammar/gh-fc
Usage: gh fc [flags]
Flags:
-h, --help Display this help
-a, --all-affiliations Fetch repositories for all affiliations: 'Owner', 'Organization Member', 'Collaborator'). Defaults to 'Owner'
- fzf must be installed
- /~https://github.com/kjuulh/fuzzy-clone - Thanks for the inspiration!