Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/korosuke613/gh-user-stars
Displays an interactive and searchable list of your GitHub starred repositories
https://github.com/korosuke613/gh-user-stars
gh-extension shellscript
Last synced: 8 days ago
JSON representation
Displays an interactive and searchable list of your GitHub starred repositories
- Host: GitHub
- URL: https://github.com/korosuke613/gh-user-stars
- Owner: korosuke613
- License: mit
- Created: 2021-08-25T12:48:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-15T08:49:08.000Z (almost 3 years ago)
- Last Synced: 2024-10-18T02:51:09.019Z (18 days ago)
- Topics: gh-extension, shellscript
- Language: Shell
- Homepage:
- Size: 3.19 MB
- Stars: 145
- Watchers: 6
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gh-cli-extensions - **user-stars** - Extension that displays an interactive list of your github stars. (Tool)
- jimsghstars - korosuke613/gh-user-stars - Displays an interactive and searchable list of your GitHub starred repositories (Shell)
README
# gh-user-stars
This is an extension for the [GitHub CLI](https://github.com/cli/cli) extension
that displays an interactive list of [your github stars](https://github.com/stars),
and allows you to filter it with fuzzy search,
powered by [fzf](https://github.com/junegunn/fzf#readme).
The URL of the selected repository is printed as the output of the command.![Demo animation](./demo.gif)
## Installation
Besides [gh](https://github.com/cli/cli),
the following commands are required for this extension to work:
- [fzf](https://github.com/junegunn/fzf)
- [jq](https://github.com/stedolan/jq)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 -hDisplays 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)
```