Archive for April, 2009
Script-fu: cat directly to X clipboard
Have you ever wanted to ‘cat’ a file directly to the clipboard? OF COURSE, why else would you be reading this sentence?
Simply install ‘xclip’, which is simple also, if you are on ubuntu:
sudo apt-get install xclip
Anything that you pipe to it goes to the X11 clipboard. Once there, you can just hit the middle [...]
Posted: April 10th, 2009 under command line, linux, ubuntu.
Comments: 1