Command-line tool for creating and managing GitHub Gists
Command-line utility for uploading Gists
gist
$ gist myfile.txt
$ cat script.sh | gist -p
$ gist -f myname.py -d 'My Python script' myfile.py