gist-it

command module
v0.0.0-...-cad6c29 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 4, 2016 License: MIT Imports: 12 Imported by: 0

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)

gist-it create [filename1] [[filename2] [[filename3]]]

List your all your current Gists

gist-it list

Get a specific Gist

gist-it get [GIST_ID]

Get help for commands

gist-it help

Bugs & Feature Requests

Please open an issue for any bugs or feature requests.

Author

Alain Lefebvre (hartfordfive@gmail.com)

License

Covered under the MIT License

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL