An open API service indexing awesome lists of open source software.

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

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