Skip to content

Send clipboard contents to other devices in lan

Notifications You must be signed in to change notification settings

nikola-kocic/sendclip

This branch is 3 commits ahead of, 9 commits behind ayang/sendclip:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7b2aa80 · Sep 22, 2015

History

15 Commits
May 3, 2015
Aug 21, 2015
Apr 26, 2015
May 7, 2015
May 3, 2015
May 3, 2015
May 3, 2015
Sep 22, 2015
Sep 22, 2015
May 3, 2015
Apr 26, 2015
Apr 26, 2015
Apr 26, 2015
May 3, 2015
Apr 26, 2015
Apr 26, 2015
Apr 26, 2015
Apr 26, 2015

Repository files navigation

sendclip

Send clipboard contents to other devices in lan. It can send text and screenshort from clipboard to other machines that installed sendclip too.

I do my jobs on two computers, an ubuntu and a macbookpro. Many times when I need to send clipboard contents from one to another, I found there is no proper tool. So I made this. It may be can work on windows, but not tested yet.

compile

  • To compile the project, qt5 is needed.
  • Download qhttpserver into parant directory of this project and make it (make install is unnecessary).
  • Compile it.

install

usage

Sendclip is a system tray icon application. When you first run it, you need to make some settings. Your computers needs to use the same username, key, and port. Computers use the same username can send clipboard to each others. Key is used for encrypt and decrypt the messages using rc4 algrithom. Send to ip usually is a broadcast ip address, but it can be some ip addresses, one line per address.

Then you can click the icon to send clipboard contents to other machines. Good luck!

About

Send clipboard contents to other devices in lan

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.7%
  • QMake 7.3%