Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

clipboard-share

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clipboard-share

Share clipboard between two computers

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

clipboard-share

Build Status npm version

Description

It's a small client-server script which allows to synchronise clipboard between two computers. It's very useful when you have a virtual machine like VirtualBox without installed guest additions (Mac OS X guest for example). It works on Linux, Mac OS X and Windows.

Installation (both client and server)

  1. Install Node.js

    • on OSX use homebrew brew install node
    • on Windows use chocolatey choco install nodejs
    • on Debian based linux use apt-get install nodejs npm
  2. Install clipboard-share with npm:

    npm install -g clipboard-share

Usage

Starting a server using one of the following ways:

clipboard-share                  # Using default settings, bind to 0.0.0.0:1077
clipboard-share 192.168.1.2      # Using default port 1077
clipboard-share 192.168.1.2:1077 # Full syntax

Starting a client using one of the following ways:

clipboard-share -c                  # Using default settings, connect to 10.0.2.2:1077
clipboard-share -c 192.168.1.2      # Using default port 1077
clipboard-share -c 192.168.1.2:1077 # Full syntax

Setting refresh interval in milliseconds (how often script will spy on clipboard changes), can be set in both client and server mode:

clipboard-share -c -i 100

License

Licensed under MIT.

Keywords

FAQs

Package last updated on 02 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc