๐ฉ scolan is short for "Sync-Clipboard-Over-Local-Area-Network"
Sync clipboard over LAN
Make sure installed Node.js (>= v4.2) and npm, and then run:
$ npm install -g scolan
- Open terminal or cmd on your device
- Run
scolan start
, it will show you a PIN code - Open terminal or cmd on another device in the same LAN
- Run
scolan start --pin=XXXXX
(use the PIN code above instead of XXXXX) - Enjoy this awesome
For more usage, please run:
$ scolan -h
- Clipboard data is NOT encrypted
- Sync text only
- Auto start
MIT