Skip to content

gennaro-tedesco/stargazer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



stargazer

list GitHub repositories with ⭐ counts

Retrieve GitHub statistics per username from the command line: no need to open the browser anymore!

demo

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