![Stories in progress](https://badge.waffle.io/shubhamchaudhary/gistit.png?label=in progress&title=In Progress)
Create Github gists of files using one single command Available easily from PyPi
pip3 install gistit
$ gistit -h
usage: gistit [-h] [-f FILE] [-r | -u]
optional arguments:
-h, --help show this help message and exit
-f FILE, --file FILE Use the specified file
-r, --private Make the gist private
-u, --public Make the gist public (DEFAULT)