Skip to content

Instantly share code, notes, and snippets.

@trilom
Created April 13, 2018 17:44
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 trilom/eb12f48d8db3fedd0258f21c98c3cbd9 to your computer and use it in GitHub Desktop.
Save trilom/eb12f48d8db3fedd0258f21c98c3cbd9 to your computer and use it in GitHub Desktop.
###Gist Examples
## Upload clipboard with a file name of "Gist Help" and copy the resulting gist to your clipboard.
gist -c -f "Gist Help" -P
## Do tha same as above, but private.
gist -c -f "Gist Help" -p -P
# Upload a local file with the same gist name.
gist ab.rb
# Do the same with multiple files
gist a b c
gist *.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment