clipbrd-share
v1.6.0
Published
Clipboard share via http supporting multiple MIME, multiple platforms
Downloads
16
Readme
Features
- Multiple platforms: OSX, Linux
- Multiple MIMEs: text/plain, image/png
- Desktop notifycation integrated
Dependencies
OSX: all dependencies are bundled into this repo, no additional dependencies.
Linux:xclip
pacman -S xclip
Usage
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
Thanks
- Image copy/paste binaries are built from: https://github.com/moicci/pngpaste
- Desktop notifications are provided by: https://www.npmjs.com/package/node-notifier