gost

👻 gost is a command line tool written in Go (Golang), easily uploading code to GitHub's Gist.

MIT License

Stars
3

gost

gost = go + gist

gost is a command line tool written in Go (Golang), easily uploading code to GitHub's Gist.

Installation

$ go get github.com/konojunya/gost

Usage

  1. login
$ gost login

After login, a token file is created in ~/.gost.

  1. create gist
$ gost create </file/to/path> [options]

Options

input description

$ gost create </file/to/path> -m "description message"

private gist

$ gost create </file/to/path> --private

Development

$ git clone https://github.com/konojunya/gost.git
$ cd gost
$ dep ensure

Contribution

Please check the issue.

  1. Fork it https://github.com/konojunya/gost.git
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create new Pull Request! :)

Licence

MIT

Auther

Package Rankings
Top 8.17% on Proxy.golang.org