This is a server for clipboard sync. It is written in Golang.
go run main.go --mode [TCP|HTTP|BOTH]
If you use Gnome, you can use shortcut for get latest clipboard from server and send your clipboard to server.
go run client/client.go --api_host [Your Server Address] --mode http_get # Get latest clipboard from server
go run client/client.go --api_host [Your Server Address] --mode http_send # Send your clipboard to server
You can use Tasker to send your clipboard to server via API.
http://[Your Server Address]:[Your Server Port]/clipboard/add
And you can use Tasker to get latest clipboard from server via API.
http://[Your Server Address]:[Your Server Port]/clipboard/latest
You can use Automator to send your clipboard to server via API like Android.
- TCP Server
- Different OS support
- Client for different OS