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
- Host: GitHub
- URL: https://github.com/tuladhar/gistup
- Owner: tuladhar
- Created: 2016-12-27T22:39:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-07T04:49:17.000Z (over 5 years ago)
- Last Synced: 2025-02-05T19:42:53.640Z (about 1 year ago)
- Topics: cli, gist, gistup, github, hacktoberfest
- Language: Python
- Homepage:
- Size: 119 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
