github-repo-clone (grc)
Github Repo Clone is a command line utility written in rust that leverages the power of fuzzy finding with the github cli
Usage
github-repo-clone depends on the github cli being installed on the system. The default account to search through is your own if no account flag is provided.
Installation
Clone the repository and install using cargo install --path . --force