I find myself using ^K / (=filt) every so often to run xclip (or xsel -i, if I remember about it) to put some text on the X primary selection. While xclip waits until interrupted and xsel -i returns immediately, extra action is needed to restore the now-deleted text.
Having JOE handle this itself would be helpful – shouldn't be hard to have it call xclip or xsel with appropriate parameters. (I'll probably look at it myself.)
What about those who are using Wayland? (XWayland and the like will get you part of the way there, allowing the same utilities to work – sufficient?) And, for that matter, users of non-penguin operating systems?
I find myself using
^K/(=filt) every so often to runxclip(orxsel -i, if I remember about it) to put some text on the X primary selection. Whilexclipwaits until interrupted andxsel -ireturns immediately, extra action is needed to restore the now-deleted text.Having JOE handle this itself would be helpful – shouldn't be hard to have it call
xcliporxselwith appropriate parameters. (I'll probably look at it myself.)What about those who are using Wayland? (XWayland and the like will get you part of the way there, allowing the same utilities to work – sufficient?) And, for that matter, users of non-penguin operating systems?