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!)
Son la cinco de la mañana…
y no me he dormido nada…
Thank you, fellow 0ver.org maintainer! I am excited to see your progress
Say no more! https://github.com/mahmoud/zerover/issues/166
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.
Do you mean it should work regardless of this tool? Or it works because of this tool?
I use foot for the most part, and alacritty when I use X. I’ll check if foot has it. Thanks!!
Synchronizing the clipboard over SSH uses the OSC 52 protocol, which both the terminal and the programs you run in the terminal have to support. Foot may or may not support it, and almost no regular software does, but CB got complete OSC 52 support recently.
Not gonna lie, I thought this was an Onion article at first.
Hey, I’ve seen this project a while ago, and it looks really well done. However, I’m not totally sure what the usecase is for it.
Why would I use this over
cp file ../file
?I’m not the author of the project but this has nothing to do with copying files around. Instead it’s a clipboard manager, meaning it’s to add things to your clipboard and then paste them elsewhere. So an app to manage your ctrl-C - ctrl-v
There is actually no reason to use it over
cp file ../file
, because that’s not what it does. Instead, you can save something “for later” as if thecp
command had a memory.And can it be used via ctrl+xcv commands?