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

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.

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

```