micro/internal/clipboard
Zachary Yedidia 03ae049c0f Use zyedidia/clipper for external clipboard
Micro will now also search for a program called micro-clip for handling
the clipboard. This allows the user to make a program called micro-clip
that micro will call out to for performing copy/paste. For copy it will
be called with `micro-clip -i <reg>` and the text will be provided on
stdin. For paste it will be called with `micro-clip -o <reg>` and micro
expects the text to be provided on stdout.
2022-06-14 08:40:57 -04:00
..
clipboard.go Use zyedidia/clipper for external clipboard 2022-06-14 08:40:57 -04:00
internal.go Add support for copy-paste via OSC 52 2020-07-04 20:00:39 -04:00
multi.go Improve multicursor clipboard 2020-07-05 01:12:35 -04:00
terminal.go Update to tcell v2 2020-09-05 14:52:35 -04:00