Skip to content

oclip/oclip-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages

  • C 66.5%
  • Perl 26.7%
  • HTML 1.8%
  • Assembly 1.6%
  • Makefile 1.5%
  • Lua 1.3%
  • Other 0.6%