xarantolus / mysti

Self-hosted clipboard sync and remote command runner for Linux and Windows
MIT License
2 stars 0 forks source link

Support clipboard image uploads via HTTP #3

Open xarantolus opened 8 months ago

xarantolus commented 8 months ago

Currently it is possible to set the clipboard text via an HTTP endpoint (without using the websocket). This is useful to integrate automation apps like Tasker, as we can just listen on the clipboard change event and send the new text.

This is not yet possible with images, but would be nice to have. We will probably have to convert the image to a common format (currently BMP) before sending it to other connected clients.