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

github.com/juxuny/clipboard-sync

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/juxuny/clipboard-sync

v0.0.0-20210930092324-f169a00c2dbf
Source
Go
Version published
Created
Source

Clipboard Syncer

Sync Clipboard data between Linux and macOS

Requirement

  • docker
  • docker-compose
  • system: Linux or macOS

Setup Server

create a file named .env,

PORT=9000
SIGN_SECRET=5S4imObpqqhol1wt
ALLOW_TOKEN=5S4imObpqqhol1wt
CHECK_SIGN=true

then,

docker-compose up -d --build

Setup Client

build client command line from source

git clone https://github.com/juxuny/clipboard-sync.git
cd clipboard-sync
export GOPROXY=https://goproxy.cn
go mod download && go install github.com/juxuny/clipboard-sync/cmd/syncer

start client daemon:

syncer run --host=http://127.0.0.1:9000 -t=5S4imObpqqhol1wt -s=5S4imObpqqhol1wt -d=2

FAQs

Package last updated on 30 Sep 2021

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.