Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/n04ln/gilbert

:comet: Easy upload your memo to Gist :octocat:
https://github.com/n04ln/gilbert

gist go golang

Last synced: about 1 month ago
JSON representation

:comet: Easy upload your memo to Gist :octocat:

Awesome Lists containing this project

README

        

# gilbert
## Build Status
### master branch
[![Build Status](https://travis-ci.org/NoahOrberg/gilbert.svg?branch=master)](https://travis-ci.org/NoahOrberg/gilbert)
### develop branch
[![Build Status](https://travis-ci.org/NoahOrberg/gilbert.svg?branch=develop)](https://travis-ci.org/NoahOrberg/gilbert)

## Installation
```
$ go get github.com/NoahOrberg/gilbert
```
And you should set ENVIRONMENT VARIABLE
```
$ export GILBERT_GISTTOKEN=XXXXXXXX
$ export GILBERT_GISTURL=https://api.github.com/gists
```

## Usage
Example
- README.md will be published to Gist.
```
### upload only one file.
$ gilbert -f README.md
### upload file and description of this.
$ gilbert -f README.md -d "this file is README"
```