mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 03:21:21 +00:00
Update about.md for linux xsel
This commit is contained in:
parent
0f02d83d24
commit
da407cfbb6
1 changed files with 3 additions and 2 deletions
5
about.md
5
about.md
|
@ -19,9 +19,10 @@ We should make it really easy to take code from the console and send it to peopl
|
||||||
|
|
||||||
`cat something | haste` # http://hastebin.com/1238193
|
`cat something | haste` # http://hastebin.com/1238193
|
||||||
|
|
||||||
You can even take this a step further (on OSX) and cut out the last step of copying the URL with:
|
You can even take this a step further, and cut out the last step of copying the URL with:
|
||||||
|
|
||||||
`cat something | haste | pbcopy`
|
* osx: `cat something | haste | pbcopy`
|
||||||
|
* linux: `cat something | haste | xsel`
|
||||||
|
|
||||||
After running that, the STDOUT output of `cat something` will show up at a URL which has
|
After running that, the STDOUT output of `cat something` will show up at a URL which has
|
||||||
been conveniently copied to your clipboard.
|
been conveniently copied to your clipboard.
|
||||||
|
|
Loading…
Reference in a new issue