An open API service indexing awesome lists of open source software.

https://github.com/tuladhar/gistup

CLI tool to upload file to GIST using Github API
https://github.com/tuladhar/gistup

cli gist gistup github hacktoberfest

Last synced: 10 months ago
JSON representation

CLI tool to upload file to GIST using Github API

Awesome Lists containing this project

README

          

# 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](demo.gif)