htrefil / rkvm

Virtual KVM switch for Linux machines
MIT License
386 stars 50 forks source link

Shared Clipboard #69

Closed g-h-97 closed 1 month ago

g-h-97 commented 1 month ago

Hi,

I think it's really useful to have the clipboard shared between multiple machines, is the lack of this due a technical limitation in order guarantee cross compatibility ? or is it possible ?

netizen-ais commented 1 month ago

IMHO, while it's true that clipboard sharing would be a useful thing, it's completely out of the scope of this project.

g-h-97 commented 1 month ago

Hi @netizen-ais ,

Thanks for the response, I see. You're going for Unix approach ;)

The issue is that there is no alternative that is "Unixy" enough tool for clipboard sharing that's clean and open source, any ideas ?

Edit: typos

netizen-ais commented 1 month ago

You're right about my Unix philosophy approach, @g-h-97. A quick search gave me a couple of tools:

g-h-97 commented 1 month ago

I really appreciate the suggestions @netizen-ais .

It seems that shared-clipboard is a relatively new project and it doesn't support encryption which is deal breaker for me. However, clipsync seems really promising TBF.

I also found an AUR package while looking for clipsync :)

It's clipboard-sync which seems suspiciously similar, although, it's written in rust which makes it that much more interesting (I think it does not support encryption)

netizen-ais commented 1 month ago

The latest one (rust) is not for network usage, just localhost, if I did read correctly, but I was wrong about clipsync being X11 only

g-h-97 commented 1 month ago

Yup, I just realized this. I finally settled with uniclip.