- Multiple platforms: OSX, Linux
- Multiple MIMEs: text/plain, image/png
- Desktop notifycation integrated
OSX: all dependencies are bundled into this repo, no additional dependencies.
Linux:xclip
pacman -S xclip
Install:
npm i -g clipbrd-share
Start the server:
PORT=3000 clipbrd-share-server
Start the client on another machine:
URL=http://example.com:3000 clipbrd-share-client
- Image copy/paste binaries are built from: https://github.com/moicci/pngpaste
- Desktop notifications are provided by: https://www.npmjs.com/package/node-notifier