Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/konojunya/gost

👻 gost is a command line tool written in Go (Golang), easily uploading code to GitHub's Gist.
https://github.com/konojunya/gost

gist github github-api gost

Last synced: 18 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# gost

gost = go + gist

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

## Installation

```sh
$ go get github.com/konojunya/gost
```

## Usage

1. login

```sh
$ gost login
```

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

2. create gist

```sh
$ gost create [options]
```

### Options

input description

```sh
$ gost create -m "description message"
```

private gist

```sh
$ gost create --private
```

## Development

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

## Contribution

Please check the [issue](https://github.com/konojunya/gost/issues).

1. Fork it [https://github.com/konojunya/gost.git](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

- twitter [@konojunya](https://twitter.com/konojunya)