Skip to content

Instantly share code, notes, and snippets.

@jdlich
Created January 25, 2012 21:14
Show Gist options
  • Save jdlich/1678757 to your computer and use it in GitHub Desktop.
Save jdlich/1678757 to your computer and use it in GitHub Desktop.
$ gist < file.txt
$ echo secret | gist --private # or -p
$ echo "puts :hi" | gist -t rb
$ gist script.py
$ gist script.js notes.txt
$ pbpaste | gist -p # Copy from clipboard - OSX Only
$ gist -
the quick brown fox jumps over the lazy dog
^D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment