Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattikus/pygist

python command line client for gist
https://github.com/mattikus/pygist

Last synced: 30 days ago
JSON representation

python command line client for gist

Awesome Lists containing this project

README

        

Python command line client for gist.github.com

Based on Chris Wanstrath's ruby gist client:
http://github.com/defunkt/gist/tree/master

Install:
wget http://github.com/mattikus/pygist/raw/master/pygist.py -O ~/bin/pygist

Usage:
cat file.txt | pygist
pygist file1 file2 file3 file4
pygist -p file1
echo 'hello world' | pygist -a -d 'Hello World'
pygist -g 1234 > something.txt

Bugs:
No known bugs, feel free to email me at [email protected] if you find any.