-
-
Save ds0nt/9fedc8c9e0e1a8582a84 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
Usage: gist [-o|-c|-e] [-p] [-s] [-R] [-d DESC] [-a] [-u URL] [-P] [-f NAME|-t EXT]* FILE* | |
gist --login | |
--login Authenticate gist on this computer. | |
-f, --filename [NAME.EXTENSION] Sets the filename and syntax type. | |
-t, --type [EXTENSION] Sets the file extension and syntax type. | |
-p, --private Makes your gist private. | |
--no-private | |
-d, --description DESCRIPTION Adds a description to your gist. | |
-s, --shorten Shorten the gist URL using git.io. | |
-u, --update [ URL | ID ] Update an existing gist. | |
-a, --anonymous Create an anonymous gist. | |
-c, --copy Copy the resulting URL to the clipboard | |
-e, --embed Copy the embed code for the gist to the clipboard | |
-o, --open Open the resulting URL in a browser | |
--no-open | |
-P, --paste Paste from the clipboard to gist | |
-R, --raw Raw url of the new gist | |
-l, --list [USER] List all gists for user | |
-h, --help Show this message. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment