clipbrd-share

Clipboard share via http supporting multiple MIME, multiple platforms

Downloads
38
Stars
4
Committers
3

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.

Linuxxclip

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