Home

Awesome

ghomfc

GitHub Organization Members' Followers Counter.

Example

List members in kubernetes.

$ date +%Y-%m-%dT%H:%M:%S%Z
2024-08-06T20:54:30JST

$ ghomfc run -format table kubernetes | head -n 12
RankLogin (Name)Number of Followers
1ahmetb (Ahmet Alp Balkan)8082
2terrytangyuan (Yuan Tang)3334
3feiskyer (Pengfei Ni)2479
4nikhita (Nikhita Raghunath)1903
5thockin (Tim Hockin)1818
6Pradumnasaraf (Pradumna Saraf)1804
7gyuho (Gyuho Lee)1453
8AkihiroSuda (Akihiro Suda)1450
9Xunzhuo (Xunzhuo)1193
10liggitt (Jordan Liggitt)1172

Install

ghomfc is a single binary written in Go. So you only need to put the executable binary into $PATH.

  1. Homebrew
brew install suzuki-shunsuke/ghomfc/ghomfc
  1. Scoop
scoop bucket add suzuki-shunsuke https://github.com/suzuki-shunsuke/scoop-bucket
scoop install ghomfc
  1. aqua
aqua g -i suzuki-shunsuke/ghomfc
  1. Download a prebuilt binary from GitHub Releases and install it into $PATH

  2. Go

go install github.com/suzuki-shunsuke/ghomfc/cmd/ghomfc@latest

Usage

ghomfc run [-format <json|table>] "<GitHub Organization name>"

Environment variables

LICENSE

MIT