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: about 2 months ago
JSON representation

GitHub stargazers in your terminal 🌟

Lists

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.