A cross-platform clipboard sync tool.
- WebSocket Server: c++ (using
boostlibrary) - WebSocket Client: c++ (using
boostlibrary) - Clipboard Manager: c++ (using
cliplibrary)
-
Download
boostfrom official site and then unzip it. -
Install
cmakefrom official site.
# for linux (install all at once)
sudo apt install build-essential cmake libboost-all-dev- Build the project from source (make sure
cmakeis installed on your system)
export BOOST_ROOT=/path/to/boost/dir
mkdir -p build && cd build/
# Build server
cmake -B build-server -DBUILD_SERVER=ON
cmake --build build-server
# Build client
cmake -B build-client -DBUILD_CLIENT=ON
cmake --build build-clientContributions are welcome! Please fork the repository and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details.