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

https://github.com/tdfischer/git-gist

Create github gists from the command line
https://github.com/tdfischer/git-gist

Last synced: 9 months ago
JSON representation

Create github gists from the command line

Awesome Lists containing this project

README

          

Create github gists from the command line
=========================================

Its easy, really.

$ gist some-file.py some-other-file.txt

Or from stdin:

$ ls | gist

Alternatively, you can use the gist git command to turn your current directory
into a gist:

$ git gist