Grow github grass to console.
gh-grass
Installation
$ gh extension install koki-develop/gh-grass
Usage
$ gh grass --help
Grow github grass to console.
Usage:
gh grass [flags]
Flags:
-u, --user string github username
-t, --theme string grass theme (dark|light) (default "dark")
-g, --grass string grass string (default "■")
--total print total contributions
-h, --help help for gh
Basic
$ gh grass

Specify a User
$ gh grass --user <USERNAME>
# e.g.
$ gh grass --user koki-develop

Specify Time Period
$ gh grass --from "<yyyy-MM-dd>"
$ gh grass --to "<yyyy-MM-dd>"
$ gh grass --from "<yyyy-MM-dd>" --to "<yyyy-MM-dd>"

Change Theme
$ gh grass --theme <dark or light>
# e.g.
$ gh grass --theme light

Print Total Contributions
$ gh grass --total

Custom Grass
$ gh grass --grass "<GRASS STRING>"
# e.g.
$ gh grass --grass "●"

LICENSE
MIT