Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aymanbagabas/gh-stars
GitHub stargazers in your terminal 🌟
https://github.com/aymanbagabas/gh-stars
bubbletea cli gh-cli gh-extension gh-extensions
Last synced: 3 months ago
JSON representation
GitHub stargazers in your terminal 🌟
- Host: GitHub
- URL: https://github.com/aymanbagabas/gh-stars
- Owner: aymanbagabas
- License: mit
- Created: 2022-08-23T15:35:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T13:02:09.000Z (about 1 year ago)
- Last Synced: 2024-10-16T19:47:54.619Z (3 months ago)
- Topics: bubbletea, cli, gh-cli, gh-extension, gh-extensions
- Language: Go
- Homepage:
- Size: 103 KB
- Stars: 45
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gh-cli-extensions - **stars** - GitHub stargazers in your terminal. (Github)
README
# gh-stars 🌟
A GitHub CLI extension to show repository stargazers.
![Screen shot](./screenshot.png)
## Installation
1. Make sure you have [gh-cli](https://github.com/cli/cli#installation) installed.
2. Install the extension:```bash
$ gh extension install aymanbagabas/gh-stars
```## Usage
```bash
$ gh stars # while in a git repository
$ gh stars [GitHub repository] # to view a specific repository
```### Keybindings
* tab - Switch to table view.
* ? - Show help.
* q - Quit.
* ↑↓ - Navigate table view.