docs: add more thorough example
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
37df2dcc6d
commit
153edb10d4
14
README.md
14
README.md
@ -7,6 +7,18 @@ Voidpin sends clipboard content to a local service, that then puts content in a
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Local
|
||||||
voidpin copy
|
voidpin copy
|
||||||
VOIDPIN_REMOTE=http://10.0.9.1:19191 voidpin remote copy
|
|
||||||
|
# Remote
|
||||||
|
ip a # 10.0.9.1
|
||||||
|
voidpin listen & # make voidpin listener run in background
|
||||||
|
|
||||||
|
# login to remote
|
||||||
|
ssh remote@remote
|
||||||
|
export VOIDPIN_REMOTE=http://10.0.9.1:7900
|
||||||
|
echo "some content" | voidpin remote copy
|
||||||
|
|
||||||
|
# In a browser for example
|
||||||
|
# Ctrl+v or Command+v
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user