A cross platform clipboard synchronous tool, supports synchronized text
and screenshots (PNG)
, support os system: Windows
, Linux
pip install sync-clip
- From github
pip install git+https://github.com/yujun2647/sync-clip.git
- From gitee
pip install git+https://gitee.com/walkerjun/sync-clip.git
- start server at port: 5000
sclip -t server -sp 5000
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