/clipbrd-share

Clipboard share via http supporting multiple MIME, multiple platforms

Primary LanguageJavaScript

npm version downloads Build Status semantic-release

Features

  • Multiple platforms: OSX, Linux
  • Multiple MIMEs: text/plain, image/png
  • Desktop notifycation integrated

image

image

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