https://github.com/cap32/scolan
🔄 Sync clipboard over LAN
https://github.com/cap32/scolan
cli clipboard cross-platform lan linux macos pin share sync sync-clipboard windows
Last synced: 4 months ago
JSON representation
🔄 Sync clipboard over LAN
- Host: GitHub
- URL: https://github.com/cap32/scolan
- Owner: Cap32
- License: mit
- Created: 2017-08-16T18:10:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-21T07:02:40.000Z (almost 9 years ago)
- Last Synced: 2025-08-18T19:05:53.953Z (10 months ago)
- Topics: cli, clipboard, cross-platform, lan, linux, macos, pin, share, sync, sync-clipboard, windows
- Language: JavaScript
- Homepage:
- Size: 286 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# scolan
> 🎩 scolan is short for "Sync-Clipboard-Over-Local-Area-Network"
Sync clipboard over LAN
## Installations
Make sure installed [Node.js](http://nodejs.org/) (>= v4.2) and [npm](http://npmjs.org/), and then run:
```bash
$ npm install -g scolan
```
## Usage
1. Open terminal or cmd on your device
2. Run `scolan start`, it will show you a PIN code
3. Open terminal or cmd on another device in the same LAN
4. Run `scolan start --pin=XXXXX` (use the PIN code above instead of XXXXX)
5. Enjoy this awesome
For more usage, please run:
```bash
$ scolan -h
```
## Caveats
- Clipboard data is NOT encrypted
- Sync text only
## TODO
- Auto start
## License
MIT