/cumsync

Clipboard Sync for Jailbroken iDevices to Win/Lin/Mac computers

Primary LanguageObjective-CGNU General Public License v3.0GPL-3.0

CumSync

An open source clipboard sync for linux/windows/mac + ios devices. Really barebones. Maybe package the client with a UI using electron. Honestly idrc.

Tested on iOS 7,12,13 (Could work on iOS 3 and above?)

Blame Jimmehh

Requirements

  • node.js

PC Client Installation

cd client
npm i

Server configuration

#!/bin/bash
export DEVICE_IP=10.0.13.17
export SSH_USERNAME=mobile
export SSH_PASSWORD=alpine # change this retard
export SSH_PRIVATEKEY=/home/conan/.ssh/id_retard
export SSH_PRIVATEKEY_PASSPHRASE=imaretard

node client