Hey @changkun,
Thank you for your great work.
I am wondering how hard it would be to implement the equivalent of the -l, -loops switch of xclip (X11 tool on Linux) in your package.
The goal would be to allow only a limited number of Read operations on the clipboard before the content gets flushed. I am currently relying on piping to xclip to do that but I think it is not very clean and I'd like to opt for a full C/Go approach.
Cheers,
Hey @changkun,
Thank you for your great work.
I am wondering how hard it would be to implement the equivalent of the
-l, -loopsswitch of xclip (X11 tool on Linux) in your package.The goal would be to allow only a limited number of Read operations on the clipboard before the content gets flushed. I am currently relying on piping to xclip to do that but I think it is not very clean and I'd like to opt for a full C/Go approach.
Cheers,