A command-line clipboard copy and paste utility?
- by Peter.O
In Windows I used command-line clipboard copy-and-paste utilities...
pclip.exe and gclip.exe
These were UnixUtils ports for Windows (but they only handled plain text).
There were a couple of other native Windows utils which could write/extracy any format.
I've looked for something similar in Synaptic Package Manager, but I can't find anything.
Is there something there, that I've missed? ... or maybe this is available in bash scripting?
The type of utility I'd like will be able to read/write via std-in/std-out or file-in/file-out, and handle Unicode/Rich-text/Picture/etc clipboard formats...
Late Edit:
NB: I'm not after a clipboard manager.