This program can download gists, upload files to gist and do some more things.
It uses JSON library, which will be downloaded automatically if it is missing.
Usage:
For example, you need to upload some junk.
To do this, you need to specify -p flag. --P=s flag makes your gist to be a secret one (it will not show up in lists). Use --desc="description" to provide a description for a gist. Then you should specify each file you want to upload as argument. (/path/to/the/file/on/computer.lua=fileOnGistWith.ext). The command will look like this:
gist -p --P=s --desc="Hello, world!" /exampl