xcp-native
v1.0.3
Published
XCP but Native!
Downloads
2
Readme
xcp-native
Cross Copy Paste From All Your Devices
Tests
Tested On:
- Arch Linux (with LXDM and X11)
- Android (with Termux and Termux:API)
Install And Usage
Install This Using:
npm i -g xcp-native@latest
To Start It:
XCP_CONF=path/to/conf xcp-native # the env var is required
Config File:
{
"clients": ["list","of","ip"], // these are devices where your clipboard gets shared to if clients are running xcp-native
"password": "secure_pass" // this needs to be the same as the other clients otherwise it wont work
}