phronmophobic / membrane.term

A terminal emulator in pure clojure
Eclipse Public License 1.0
53 stars 1 forks source link

Consider adding copy support #25

Open lread opened 2 years ago

lread commented 2 years ago

It would be convenient to be able to copy text from an interactive terminal launched via run-term.

I'm thinking an initial feature would paste via default OS copy key bindings:

This feature would also need to include the ability to select text to be copied. Not sure how that would work, but maybe an initial version could rely on #12.