Create and manage GitHub Gists from the command line
Command-line utility for creating Gists
gistit
$ gistit path/to/file.txt
$ cat script.sh | gistit -d 'My useful script'
$ gistit -p path/to/file.txt