From ed440429d63e06667dd1ed8f1181896b04a1bd0c Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 10 Jan 2025 09:18:37 +0100 Subject: [PATCH] docs: add example of call --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e50a620..fb4abc7 100644 --- a/README.md +++ b/README.md @@ -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. +## Usage + +```bash +voidpin copy +VOIDPIN_REMOTE=10.0.9.1:19191 voidpin remote copy +```