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!)

  • Cyclohexane@lemmy.mlM
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    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?

    • bachatero@lemmy.worldOP
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      1 year ago

      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.

      • Cyclohexane@lemmy.mlM
        link
        fedilink
        arrow-up
        3
        ·
        1 year ago

        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!!