# README
gistup
Gist uploader for cli.
Usage
$ gistup target.go
# Or upload from standard input.
$ stdin | gistup
The github gist opens automatically in the browser.
If the browser can not be opened, the URL will be displayed.
Options
-a
- Create anonymous gist.
-d <description>
- Description of gist.
-insecure
- Allow connections to SSL sites without certs.
-n <file_name>
- File name when upload standard input.
-p
- Create public gist.
-url <api_baseurl>
- For GitHub Enterprise, specify the base URL of the API.
Install
$ go get -u github.com/178inaba/gistup