krsoninikhil / cloud-clipboard

Share your clipboard across the devices
MIT License
18 stars 4 forks source link
clipboard django-rest-framework kivy python

cloud-clipboard

I need a url on my mobile. Don't want to type it. Don't want to message myself.

Cloud Clipboard shares the data on clipboard across your devices. So it allows to copy on one device and paste on another.

Currently supported platforms: Linux, Windows, Android

Setup

pip install requests pyperclip
apt-get install xsel
python cloudcb.py register <username> <password>

Adding keyboard shortcuts

For Linux

gnome-terminal --command "python3 /home/nks/Projects/cloud-clipboard/cloudcb.py copy <username> <password>"
gnome-terminal --command "python3 /home/nks/Projects/cloud-clipboard/cloudcb.py paste <username> <password>"

For Windows

C:\Windows\System32\cmd.exe /c python C:\Users\nik\Downloads\cloudcb.py copy <username> <password>

Instructions to use

python cloudcb.py copy <username> <password>
python cloudcb.py paste <username> <password>

License

MIT License