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: 2 months ago
JSON representation
👻 gost is a command line tool written in Go (Golang), easily uploading code to GitHub's Gist.
- Host: GitHub
- URL: https://github.com/konojunya/gost
- Owner: konojunya
- License: mit
- Created: 2018-03-09T05:07:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T07:54:54.000Z (almost 8 years ago)
- Last Synced: 2025-10-26T00:07:42.797Z (5 months ago)
- Topics: gist, github, github-api, gost
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)