This repository was archived by the owner on Apr 5, 2021. It is now read-only.
mattikus/pygist
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Python command line client for gist.github.com
Based on Chris Wanstrath's ruby gist client:
https://github.com/defunkt/gist/tree/master
Install:
wget https://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.