You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tl;dr select text on Linux and find it in your Android's clipboard
I am looking for some alternative for ClipSync, which syncs clipboards between Android and Windows.
What do you think about this?
New option in options:
"Bind with Android"
** Clicking on which opens qrcode with a public key (CopyQ generates its private key only for this session)
** Android device gets MAC (for wifi) or IP (for NAT, but still safety/no 3G nor LTE usage) or (fallback) ngrok alternative
** whenever there's some magic-packet broadcasted via UDP port 3906, CopyQ decrypts this with private key and adds to the history
Android:
** qrcode scanner for binding (zlib) + openssl (rsa) for encrypting clipboard content
** hook on every cliboard change + post-hook
** gnupg for encryption of the cliboard
** () optional compression of selected files for super
** () optional share provider for exchanging files
tl;dr select text on Linux and find it in your Android's clipboard
I am looking for some alternative for ClipSync, which syncs clipboards between Android and Windows.
What do you think about this?
New option in options:
** Clicking on which opens qrcode with a public key (CopyQ generates its private key only for this session)
** Android device gets MAC (for wifi) or IP (for NAT, but still safety/no 3G nor LTE usage) or (fallback) ngrok alternative
** whenever there's some magic-packet broadcasted via UDP port 3906, CopyQ decrypts this with private key and adds to the history
but this requires additional Android app:
** qrcode scanner for binding (zlib) + openssl (rsa) for encrypting clipboard content
** hook on every cliboard change + post-hook
** gnupg for encryption of the cliboard
** () optional compression of selected files for super
** () optional share provider for exchanging files
via https://stackoverflow.com/a/22287217
What do you think guys?
The text was updated successfully, but these errors were encountered: