Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/n04ln/gilbert
- Owner: n04ln
- Created: 2017-07-20T07:23:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-11T15:14:20.000Z (about 7 years ago)
- Last Synced: 2024-06-21T17:01:11.208Z (7 months ago)
- Topics: gist, go, golang
- Language: Go
- Homepage:
- Size: 10.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```