Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alejandrohdezma/gh-repo-dash
gh CLI extension to get a dashboard of your repositories
https://github.com/alejandrohdezma/gh-repo-dash
dashboard gh-extension open-source repository
Last synced: about 2 months ago
JSON representation
gh CLI extension to get a dashboard of your repositories
- Host: GitHub
- URL: https://github.com/alejandrohdezma/gh-repo-dash
- Owner: alejandrohdezma
- License: apache-2.0
- Created: 2022-10-13T21:00:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T09:18:39.000Z (about 2 years ago)
- Last Synced: 2024-08-22T13:17:43.818Z (5 months ago)
- Topics: dashboard, gh-extension, open-source, repository
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [gh CLI](https://cli.github.com) extension to get a dashboard of your repositories
It shows the repositories for a certain organization with their latest tag and the number of commits in the default branch since that tag.
![](example.svg)
## Installation
First you need to ensure you have the [gh CLI](https://cli.github.com) installed and authenticated with your user.
You will also need [`gum`](https://github.com/charmbracelet/gum/blob/main/README.md#installation) installed in your machine.
Then you can proceed with installing the extension:
```bash
gh extension install alejandrohdezma/gh-repo-dash
```## Usage
```bash
gh repo-dash my-org
```You also have available the following options:
```
-q, --query QUERY The query to use when searching repositories. It is
always prepended with the organization. Check
https://docs.github.com/en/search-github/searching-on-github/searching-for-repositories
for more information.
-c, --cache duration Cache the responses from GitHub, e.g. "3600s", "60m", "1h". Defaults to 1h
-h, --help Show this help message
```