Small web application that hosts a shared clipboard, can be used to self-host a simple web app to share to text between devices.
GUI with two buttons:
- Upload to shared clipboard
- Update local view
Change the HOST_URL inside the .env file to the IP of the host machine.
Run docker-compose up from this folder.
Go to HOST_URL
There are two CLI versions available, both have the same interface
Run with
./clipboard.py <SOME_DATA> to save to shared clipboard
./clipboard.py -o to output the shared clipboard to terminal
Compile with make then run with
./clipboard <SOME_DATA> to save to shared clipboard
./clipboard -o to output the shared clipboard to terminal