Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hartfordfive/gist-it
A small Go based cli tool to fetch and create Gists on Github.
https://github.com/hartfordfive/gist-it
Last synced: about 9 hours ago
JSON representation
A small Go based cli tool to fetch and create Gists on Github.
- Host: GitHub
- URL: https://github.com/hartfordfive/gist-it
- Owner: hartfordfive
- License: mit
- Created: 2015-12-29T15:35:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-04T13:12:04.000Z (almost 9 years ago)
- Last Synced: 2024-06-20T10:19:55.435Z (5 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gist-it
## Description
A small Go based cli tool to fetch and create Gists on Github.
## Dependencies
Install with `go get [DEPENDENCY]`:
- github.com/codegangsta/cli
- github.com/google/go-github/github
- golang.org/x/oauth2# Building
- git clone github.com/hartfordfive/gist-it.git
- cd gist-it
- go build# Usage
Start by creating a .gistit file in your home directory (~/.gistit). Simply copy over the contents of the .gistit_sample file and the values with the appropriate ones.
Create a gist with one ore many files (*The description and public status will be prompted for after*)
```Go
gist-it create [filename1] [[filename2] [[filename3]]]
```List your all your current Gists
```Go
gist-it list
```Get a specific Gist
```Go
gist-it get [GIST_ID]
```Get help for commands
```Go
gist-it help
```## Bugs & Feature Requests
Please open an issue for any bugs or feature requests.
## Author
Alain Lefebvre ([email protected])
## License
Covered under the MIT License