Skip to content

konojunya/gost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published