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: 25 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T04:13:24.000Z (about 2 years ago)
- Last Synced: 2024-08-07T18:32:27.483Z (3 months ago)
- Topics: command-line, github-api, go
- Language: Go
- Homepage:
- Size: 3.73 MB
- Stars: 36
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
stargazer
list GitHub repositories with :star: counts
Installation •
Usage •
FeedbackRetrieve 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 togetherthe 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!