Larusso / github-rate-limit-monitor

Monitor github rate limit of a user

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Rate Limit Monitor

grlm is a small and funny commandline tool written in rust. It polls the github api rateLimit endpoint and fills a nice little progressbar.

screencast

Usage

grlm - github rate limit monitor

Usage:
  grlm [(-l <user> -p <password> | -t <token>)] [options]
  grlm --version
  grlm -h | --help

Options:
  -l <user>, --login <user>                the github username
  -p <password>, --password <password>     the user password
  -t <token>, --access-token <token>       an github accesstoken
  -f <frequency>, --frequency <frequency>  refresh freqency [default: 10]
  -r <resource>, --resource <resource>     define which github resource to show
                                           Valid values: core, search, graphql [default: core]
  -V, --version                            print version
  -h, --help                               show this help message and exit

Installation

From Homebrew

brew tap wooga/tools
brew install grlm

From Source

  1. Git clone the repo and cd into the directory.
  2. marke install

License

MIT License.

About

Monitor github rate limit of a user

License:MIT License


Languages

Language:Rust 90.2%Language:Makefile 9.8%