
16 Jul
2013
16 Jul
'13
1:16 a.m.
Jason White <jason@jasonjgw.net> writes:
Trent W. Buck <twb@cyber.com.au> wrote:
I can't vouch for any of them. If I need to copy something into webkit, I write it to /tmp/x then browse to file:///tmp/x and copy from within the browser. (I don't need to do it much.)
It might be faster just to use xclip -selection clip instead. (It reads from stdin and writes the contents to the X clipboard, or the selection if that's what you would prefer - see the manual page).
Meh; ICBF making a habit of using one of those. It's not a big deal. Re selections, see http://www.jwz.org/doc/x-cut-and-paste.html