Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

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

⭐ github stats from the command line

Lists

README

        







stargazer




PR


Go


releases

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!

![demo](https://user-images.githubusercontent.com/15387611/118392199-a2c25280-b638-11eb-8845-17c98f307e82.gif)

## 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!