You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
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.2.0
pipPyPI
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