# oclip-client **Repository Path**: oclip/oclip-client ## Basic Information - **Project Name**: oclip-client - **Description**: open clipboard 远程剪切板客户端 - **Primary Language**: Lua - **License**: Not specified - **Default Branch**: master - **Homepage**: https://oclip.hanxi.info/ - **GVP Project**: No ## Statistics - **Stars**: 15 - **Forks**: 2 - **Created**: 2019-09-09 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: networklib **Tags**: None ## README # 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 - [x] Windows platform - [x] Linux platform ## Install in Linux ```bash curl -s https://raw.githubusercontent.com/oclip/oclip-client/master/install.sh | bash -- /dev/stdin token passwd ``` ## Others blog: https://blog.hanxi.info/?p=37