Hi everyone! I’m the developer of a clipboard manager that I know many of us Linux users here might know, called just The Clipboard Project.
I’ve spent the past couple months working on a bunch of speed optimizations, little fixes, and a really cool new feature for Linux only: asynchronous X11/Wayland clipboard synchronization. What that means is that you can copy stuff in the background and your CB clipboard will pick it all up automatically.
If that sounds awesome, then you can get the brand-spanking-new 0.8.2 version at https://github.com/Slackadays/Clipboard or this post’s link (thanks, Lemmy!)
I’m an early user (I think?) And I can say that the project is very useful. Good work! I also contributed a couple issues, not much but it’s honest work.
Cool to see you on Lemmy :)
Does this work over ssh? For example, I’m in a ssh session, I can pipe something into a terminal program, and I can paste it with Ctrl + V on the host machine?
If your terminal supports something called OSC 52, then it should work great! I use Kitty which does support it and Alacrity should also too.
Oh I will have to look into this.