Metadata-Version: 1.0
Name: GistIt
Version: 0.0.3
Summary: GistIt helps create github gists quickly
Home-page: https://github.com/shubhamchaudhary/gistit
Author: Shubham Chaudhary
Author-email: me@shubhamchaudhary.in
License: GPLv3+
Description: Definition
        =========
        
        Create Github gists of files using one single command
        Available easily from PyPi
        
        #### Installation
        
        ```sh
        pip3 install gistit
        ```
        
        #### Usage
        
        ```sh
        $ 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)
        ```
        
        ```sh
        ```
        
Platform: UNKNOWN
