From da407cfbb6968769f7ed5de93c098f94ec189970 Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Tue, 29 Nov 2011 20:23:30 -0500 Subject: [PATCH] Update about.md for linux xsel --- about.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/about.md b/about.md index e4e679a..b2ce015 100644 --- a/about.md +++ b/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 -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 been conveniently copied to your clipboard.