MyClipboard is a cross platform network shared clipboard manager. It was built with C++ using QT library.
With AutoUpdate option enabled, you can do CTRL+C on one computer then CTRL+V immediately on the other.
MyClipboard enables you to copy/paste between hosts on the same network. Currently it supports text clipboard only.
Requirements:
· QT >= 4.3
Installing from source:
extract the package somewhere (like $HOME/build)
% tar xvf myclipboard-x.y.tar.gz
% cd MyClipboard
% qmake
% make
% sudo cp bin/* /usr/bin/
Using MyClipboard
After running the software, you will be able to recevie clipboard contents from other hosts.
To send clipboard , you need to add hosts in the configuration dialog. To add hosts all you need is the IP address of the remote computer , keep the port 4545 unless you know what you are doing.
Auto Update
This feature allows you to send your clipboard to one host whenever you copy/cat something into the clipboard.
When using this feature , it is preferred that the receiving host add you and enable 'Auto Accept'.
Product's homepage