Created
January 25, 2012 21:14
-
-
Save jdlich/1678757 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ 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