docs: add example of call
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2025-01-10 09:18:37 +01:00
parent 48489d6779
commit ed440429d6
Signed by: kjuulh
SSH Key Fingerprint: SHA256:RjXh0p7U6opxnfd3ga/Y9TCo18FYlHFdSpRIV72S/QM

View File

@ -4,3 +4,9 @@ Voidpin allows sending copy/paste commands across the wire. It is specifically i
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. 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.
## Usage
```bash
voidpin copy
VOIDPIN_REMOTE=10.0.9.1:19191 voidpin remote copy
```