Skip to content

gh command extension to display the counts of GitHub stars.

Notifications You must be signed in to change notification settings

sachaos/gh-stars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

gh-stars

GitHub's gh command extension.

This extension display the counts of GitHub stars.

Install

gh extension install sachaos/gh-stars

Demo

$ gh stars github --limit 10
┌──────────────────┬────────────┐
│ NAME             │ STAR COUNT │
├──────────────────┼────────────┤
│ gitignore        │     122408 │
│ fetch            │      24932 │
│ hub              │      21148 │
│ gh-ost           │       9166 │
│ linguist         │       9031 │
│ opensource.guide │       8774 │
│ semantic         │       8109 │
│ super-linter     │       7129 │
│ personal-website │       6782 │
│ scientist        │       6159 │
├──────────────────┼────────────┤
│ TOTAL            │     354147 │
└──────────────────┴────────────┘

Note

This is just wrapper script of https://github.com/sachaos/go-starz .

Caution

This will call GitHub API many times, and you might reach the rate limit. Please use this carefully.

About

gh command extension to display the counts of GitHub stars.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages