Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 766 Bytes

README.md

File metadata and controls

64 lines (42 loc) · 766 Bytes

oclip-client

[open clipboard] 远程剪切板客户端

Server Website: https://oclip.hanxi.info/

Build

  • In windows
cd platform\win
build.bat
  • In Linux
cd platform/linux
sh build.sh

Develop

  • In Windows
run.bat
  • In Linux
sh run.sh

Requirement

  • In Windows: VS2017 (C/C++)
  • In Linux: GCC, libopenssl

Run config

  • Config file is ~/.oclip
token = eyJhbGciOiJI.eyJleHAiOjE1Njc5NjM4TcifQ.rWe411UYB5VB
passwd = password
domain = oclip.hanxi.info

Feature

  • Windows platform
  • Linux platform

Install in Linux

curl -s https://raw.githubusercontent.com/oclip/oclip-client/master/install.sh | bash -- /dev/stdin token passwd

Others

blog: https://blog.hanxi.cc/?p=37