clipat - Remote clipboard server / client
Allows sharing clipboard with remote SSH sessions.
Similar to lemonade.
Usage in shell
-
Run server on local machine:
-
Set up SSH session with remote machine:
-
To copy text on a remote machine:
| -
To paste text on a remote machine:
Usage with neovim
This will replace your + and * registers with clipat.
vim.. =
Security considerations
By default, clipat only listens on 127.0.0.1. If you want to listen on all
interfaces, you can use the --listen option. This is not recommended, as it
allows anyone on the network to access your clipboard.
It is also not recommended to use clipat on multi-user systems, as any user could potentially access your clipboard.
Communications between the client and server are not encrypted. However, if you pipe the connection through SSH, this will take care of encryption over internet.
License
clipat is licensed under the MIT license. Full license text is available in the LICENSE file.