https://github.com/gennaro-tedesco/stargazer
⭐ github stats from the command line
https://github.com/gennaro-tedesco/stargazer
command-line github-api go
Last synced: about 1 year ago
JSON representation
⭐ github stats from the command line
- Host: GitHub
- URL: https://github.com/gennaro-tedesco/stargazer
- Owner: gennaro-tedesco
- License: apache-2.0
- Created: 2021-03-16T01:29:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T04:13:24.000Z (over 3 years ago)
- Last Synced: 2025-04-22T20:15:17.978Z (about 1 year ago)
- Topics: command-line, github-api, go
- Language: Go
- Homepage:
- Size: 3.73 MB
- Stars: 35
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cli-apps-in-a-csv - stargazer - GitHub stats from the command line. (<a name="git"></a>Git and accessories)
- awesome-cli-apps - stargazer - GitHub stats from the command line. (<a name="git"></a>Git and accessories)
README
stargazer
list GitHub repositories with :star: counts
Installation •
Usage •
Feedback
Retrieve GitHub statistics per username from the command line: no need to open the browser anymore!

## Installation
Go get it!
```
go install github.com/gennaro-tedesco/stargazer@latest
```
## Usage
`stargazer` requires a mandatory argument as GitHub username and exposes the following commands:
| command | example usage | flags | description
|:------- |:-------------------------- |:------ |:------------
| stats | stargazer stats username | --sort | list stars and forks per repository
| url | stargazer url username | | list repositories url and main language
| list | stargazer list username | | list repositories names and descriptions
| starred | stargazer starred userna | | list your starred repositories
| | stargazer username | --sort | list urls and stars dashboard together
the general grammar being `stargazer username --flag`. See `stargazer help` for details.
## Feedback
If you find this application useful consider awarding it a ⭐, it is a great way to give feedback! Otherwise, any additional suggestions or merge request is warmly welcome!