Share Clip

Share Clip is a small utility program to share the text portion of the clipboard between PC, Mac and Linux computers. This allows you to copy and paste between two computers the same as you would on one computer.

Share Clip is distributed as freeware. Source is RealBasic 2005, which cross compiles to Windows, Mac and Linux. If you have RB and want the source, send me an email.

If you have questions or comments, I can be contacted by email at bnej@mac.com.

Redhat and Debian packages for Linux are available thanks to Reed Hedges.

Download Version 1.2

Changes 1.1 - 1.2

Changes 1.0 - 1.1

Installation

Mac Double click the dmg file to mount it, then drag the Share Clip application to your applications folder.

Windows Double click the installer and follow on screen instructions

Linux Untar with tar xzvf shareclip-linux-12.tar.gz, copy the ShareClip binary to /usr/local/bin or wherever you prefer. The application depends on GTK 2, but should be otherwise self contained.

On Linux, ensure that the READ flags as well as execute are set. The binary file contains resources so it must be able to read itself! Use "chmod 755 ShareClip" to set read + execute for all users.

Instructions

Start the application on each computer. Once both are running, click the Connect button, then enter the host name or IP address of the other computer. If the connection is successful, the status line will now show "Connected to address". The clipboard will now be synchronised between the two computers.

The program works by polling the clipboard every 500 ms - twice per second - and sending a network message when it changes. Only the text portion of the clipboard is ever sent, since handling binary clipboard data between platforms becomes a much more complex task. The program will be listening for a connection any time it is not connected, and will only accept one connection. It uses the TCP port 7582.

Contact

If you have questions or comments, I can be contacted by email at bnej@mac.com.