Skip to content

CLI tool to upload file to GIST using Github API

Notifications You must be signed in to change notification settings

tuladhar/gistup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gistup

Simple CLI tool to upload file to GIST using Github API

usage: gistup.py [-h] [-f FILENAME] [-d DESCRIPTION] [-t TOKEN] [--public]

CLI tool to upload file to GIST using Github API

optional arguments:
  -h, --help            show this help message and exit
  -f FILENAME, --filename FILENAME
  -d DESCRIPTION, --description DESCRIPTION
                        optional description
  -t TOKEN, --token TOKEN
                        personal access token generated from your github
                        account
  --public              toggle to make this gist available publicly

Demo usage

Demo of gistup

About

CLI tool to upload file to GIST using Github API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages