Created
April 10, 2014 15:58
-
-
Save wilhelm-murdoch/10396975 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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