komisan19 / gm

create gist cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gm

create gist file

ex. Recommended for uploading notes.

Set GitHub Token

export GITHUB_TOKEN=<your github token>

Usage

gm -f sample.md
  • option
gm -d this is sample -f sample.md

Installation

go install github.com/komisan19/gm@latest

Command option

▶ gm -h
Usage of gm:
  -d string
    	gist description
  -f string
    	upload file
  -hc
    	show health
  -p	public check(default: false)
  -v	show version

License

MIT

About

create gist cli

License:MIT License


Languages

Language:Go 100.0%