Retrieve GitHub statistics per username from the command line: no need to open the browser anymore!
Go get it!
go install github.com/gennaro-tedesco/stargazer@latest
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 <cmd> username --flag. See stargazer help for details.
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!

