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

sync-clip

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sync-clip

A cross platform clipboard synchronous tool, supports synchronized `text`and screenshots (PNG), support os system: Windows, Linux

  • 0.1.9
  • PyPI
  • Socket score

Maintainers
1

sync-clip

About

A cross platform clipboard synchronous tool, supports synchronized text and screenshots (PNG), support os system: Windows, Linux

Example

example

Quick Start

Install

From Pypi
pip install sync-clip
From repository
  • From github
pip install git+https://github.com/yujun2647/sync-clip.git
  • From gitee
pip install git+https://gitee.com/walkerjun/sync-clip.git

Usage

Start server
  • start server at port: 5000
sclip -t server -sp 5000
Start client

assume server ip was 192.168.2.34

  • start a client

    use following command in different machines then these machines shall share the clipboard with each other

sclip -sh 192.168.2.34 -sp 5000

FAQs


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