Skip to content

用于同步服务端和客户端的剪切板,常用于ssh场景

Notifications You must be signed in to change notification settings

yaocccc/synclip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SYNCLIP

用于同步服务端和客户端的系统剪切板

USAGE

  npm ci
  npm run build
  npm run service
  npm run client

CONFIG

# 同步间隔
# 服务端端口
# 服务端地址

export SYNCLIP_INTERVAL=1000
export SYNCLIP_PORT=8080
export SYNCLIP_HOST='localhost'

About

用于同步服务端和客户端的剪切板,常用于ssh场景

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published