Skip to content

Instantly share code, notes, and snippets.

@wilhelm-murdoch
Created April 10, 2014 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wilhelm-murdoch/10396975 to your computer and use it in GitHub Desktop.
Save wilhelm-murdoch/10396975 to your computer and use it in GitHub Desktop.
Gost - A simple command line utility for easily creating Gists for Github
Usage:
gost (--file=<file> | --clip) [--name=<name>] [--description=<description>] [--token=<token>] [--public]
gost (--help | --version)
Options:
-t --token=<token> Optional Github API authentication token. If excluded, your Gist will be created anonymously.
-f --file=<file> Create a Gist from file.
-n --name=<name> Optional name for your new Gist.
-d --description=<description> Optional description for your new Gist.
-c --clip Create a Gist from the contents of your clipboard.
-p --public Make this Gist public [default: false].
-h --help Will display this help screen.
-v --version Displays the current version of Gost.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment