https://github.com/sourcec0de/gistup
A command line utility for publishing a directory and updating gists on your github account.
https://github.com/sourcec0de/gistup
Last synced: about 1 year ago
JSON representation
A command line utility for publishing a directory and updating gists on your github account.
- Host: GitHub
- URL: https://github.com/sourcec0de/gistup
- Owner: sourcec0de
- License: mit
- Created: 2014-12-09T16:35:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T21:27:42.000Z (about 5 years ago)
- Last Synced: 2025-02-12T18:46:23.772Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
gistup
=======
A command line utility for publishing and updating gists on your github account.
```
Usage:
gistup publish
gistup scripts
gistup open
gistup --help
Details:
publish - publishes CWD to a gist (excluding dot files)
scripts - generates html script tags for gist files
open - opens the gist in default web browser
Flags:
--help - displays this help text
```