Timeline for How do I send stdout to the clipboard?
Current License: CC BY-SA 2.5
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 30, 2020 at 9:14 | comment | added | Piotr Dobrogost | This should have been a comment to Michael Mrozek's answer. | |
| Apr 6, 2011 at 0:55 | history | post merged (destination) | |||
| Apr 5, 2011 at 15:42 | comment | added | jamespo | works for me on gnome-terminal in ubuntu 10.04 using the xsel in the repo (paste with middle button) | |
| Apr 5, 2011 at 12:26 | comment | added | ripper234 | gnome-terminal. Edited. @jamespo - this doesn't seem to work. | |
| Apr 5, 2011 at 11:42 | comment | added | Peter.O | The question is: Which clipboard? Linux X server has 3 (generally, only 2 are used)... xsel uses the PRIMARY clipboard by default.. The PRIMARY clipboard kicks in automatically every time you simply select soemthing. You paste if by pressing the center mouse button.. The Ctrl+C / Crtr+V type clipboard is called the CLIPBOARD clipboard :).. so if you want to use the Ctrl+C / Ctrl+V clipboard with 'xsel', the command is: xsel -ib <file-long-or-short ("Look ma, no cat!" :) ... or if you like <file-long-or-short xsel -ib .. -i is default. -b is for the Ctrl+C/Ctrl+V type of clipBoard | |
| Apr 5, 2011 at 9:28 | history | answered | jamespo | CC BY-SA 2.5 |