A bug and a couple of suggestions #14
OzymandiasTheGreat
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, this is awesome. I finally have shared clipboard between my Ubuntu 20.04 laptop and macOS Big Sur virtual machine, so thank you.
Now you should know that without the
--secure
option the app plain doesn't work. When passing-d
on both ends it shows that connection succeeded, reading clipboard succeeded, but nothing gets sent.
There's no communication between instances past the initial connection. No errors either.
With
--secure
it works as expected.Now for the suggestions:
echo SECRET | uniclip
.--port
option to make my life easier.Beta Was this translation helpful? Give feedback.
All reactions