gh fuzzyclone

A gh extension to clone GitHub repositories using fzf.

Requirements

You're expected to already have fzf installed for this extension to work. Please follow their installation instructions if you don't have it yet.

Installation

gh extension install hashue/gh-fuzzyclone

Usage

gh fuzzyclone

By default, the extension only fetches repositories under your username. To get other repositories, you can pass in a username, like so:

gh fuzzyclone hashue

If you want to use custom options (e.g. --limit), you can set them like below.

OPTS="--limit 100" gh fuzzyclone

Author

Hasu