Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keidarcy/gh-star
GitHub CLI extension to fuzzy search starred ✨ repo using fzf.
https://github.com/keidarcy/gh-star
fzf gh-extension starred starred-repositories starred-search
Last synced: 3 months ago
JSON representation
GitHub CLI extension to fuzzy search starred ✨ repo using fzf.
- Host: GitHub
- URL: https://github.com/keidarcy/gh-star
- Owner: keidarcy
- License: unlicense
- Created: 2022-01-18T13:52:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T03:26:00.000Z (almost 3 years ago)
- Last Synced: 2024-08-17T08:05:15.387Z (6 months ago)
- Topics: fzf, gh-extension, starred, starred-repositories, starred-search
- Language: Shell
- Homepage: https://github.com/keidarcy/gh-star
- Size: 3.04 MB
- Stars: 24
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `gh star` GitHub CLI extension
[GitHub CLI](https://github.com/cli/cli) extension to fuzzy search from current account _all_ starred repo using [fzf](https://github.com/junegunn/fzf#readme).
## Installation
```
gh extension install keidarcy/gh-star
```## Usage
```
Usage: gh star [options]GitHub CLI extension to fuzzy search starred repo using fzf.
Options:
-w, --watch Open a repository in the browser
-h, --help Show this help message
```Expand for Demo
![Demo](./demo.gif)
Displays an interactive starred repo picker and open in browser.