korosuke613 / gh-user-stars

Displays an interactive and searchable list of your GitHub starred repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Demo animation

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)

About

Displays an interactive and searchable list of your GitHub starred repositories

License:MIT License


Languages

Language:Shell 100.0%