khvilaboa / mygist

A command line utility to create gists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mygist

    Command line tool for gist creation,deletion,fetching,editing and many-more.

Prerequisites

    python3
    python-requests, python-json, python-argparse, python-builtins libraries

Commands

1. Create

    python mygist.py -u github_user_name -f file_name1,file_name2..,file_nameN -t description 

Alt text

2. Delete

    python mygist.py -u github_user.name -d gist_id

Alt text

3. List

    python mygist.py -l -u github_user.name 

Alt text

3. Help

    python mygist.py -h

Alt text

About

A command line utility to create gists


Languages

Language:Python 100.0%