GistIt

GistIt helps create github gists quickly


License
GPL-3.0+
Install
pip install GistIt==0.0.3

Documentation

GistIt

Build Status Coverage Status

Stories in Ready Stories in progress

Create Github gists of files using one single command Available easily from PyPi

Installation

pip3 install gistit

Usage

$ 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)