gh-user-stars
This is an extension for the GitHub CLI extension that displays an interactive list of your github stars, and allows you to filter it with fuzzy search, powered by fzf. The URL of the selected repository is printed as the output of the command.
Installation
Besides gh, the following commands are required for this extension to work:
Please follow their installation instructions if you don't have them yet.
Then, install this extension by running:
gh extension install korosuke613/gh-user-stars
Usage
❯ gh user-stars -h
Displays an interactive list of your starred repositories.
The URL of the selected repository is printed as the output of the command.
Dependencies: fzf, jq
Usage
gh user-stars [NUMBER]
NUMBER: Number of stars to fetch at a time. (default: 50, max: 100)