create gist file
ex. Recommended for uploading notes.
export GITHUB_TOKEN=<your github token>
gm -f sample.md
- option
gm -d this is sample -f sample.md
go install github.com/komisan19/gm@latest
▶ gm -h
Usage of gm:
-d string
gist description
-f string
upload file
-hc
show health
-p public check(default: false)
-v show version
MIT