]> git.lizzy.rs Git - micro.git/commit
Use zyedidia/clipper for external clipboard
authorZachary Yedidia <zyedidia@gmail.com>
Tue, 14 Jun 2022 12:40:57 +0000 (08:40 -0400)
committerZachary Yedidia <zyedidia@gmail.com>
Tue, 14 Jun 2022 12:40:57 +0000 (08:40 -0400)
commit03ae049c0fe5862ca6010474dd775656bd6e5b86
tree4f42a77d1694c532d3b5158ab11bc8fcd869996a
parent4194c502ae5116c023f0a128006e0905af13a638
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.
go.mod
go.sum
internal/clipboard/clipboard.go