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 matt@mattikus.com if you find any.