voidpin/README.md

13 lines
574 B
Markdown
Raw Normal View History

2025-01-10 08:52:01 +01:00
# voidpin
2025-01-10 09:13:38 +01:00
Voidpin allows sending copy/paste commands across the wire. It is specifically intended for use in ssh tunnels for long running sessions, where you want to share a clipboard. The primary use case is when a remote machine is used for development, but clipboard continues to be an ergonomic hurdle.
Voidpin sends clipboard content to a local service, that then puts content in a local clipboard. It can also go the other way, but the primary intent is remote -> local.
2025-01-10 09:18:37 +01:00
## Usage
```bash
voidpin copy
2025-01-14 08:19:38 +01:00
VOIDPIN_REMOTE=http://10.0.9.1:19191 voidpin remote copy
2025-01-10 09:18:37 +01:00
```