mordak / Term48

50 stars 20 forks source link

Text copy-to-clipboard support #5

Open singpolyma opened 8 years ago

singpolyma commented 8 years ago

Either as a command or using touch screen or some other way.

mordak commented 8 years ago

Yes, copying is not possible at the moment (sorry). It is on the list of things to implement. In the meantime, you can write to the files in /var/clipboard/, which does the same thing as copy (and you can read from these files to get the clipboard contents).

singpolyma commented 8 years ago

Ooh, /var/clipboard is neat. Good find, thanks!