gistup

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 7, 2017 License: MIT Imports: 18 Imported by: 0

README

gistup

Build Status Coverage Status Go Report Card

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

License

MIT

Author

178inaba

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL