Author Topic: CrossClip  (Read 2751 times)

0 Members and 1 Guest are viewing this topic.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
CrossClip
« on: November 29, 2014, 04:37:12 pm »
CrossClip is a quick program I wrote in python3 that allows me to share clipboards between computers.
It's just so cool IMO that I wanted to share it with you guys ^.^

https://github.com/Sorunome/CrossClip

It like has password auth via config file and stuff, so yeah

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: CrossClip
« Reply #1 on: November 30, 2014, 09:18:32 pm »
Thats actually really nifty !

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: CrossClip
« Reply #2 on: November 30, 2014, 11:57:08 pm »
That would be handy sometimes if I get another computer. Does it work on mobile too? In many occasions I found myself finding something awesome on my computer, but no time to copy it on my phone before heading to work, so accessing my computer clipboard from there or vice-versa would be nice.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: CrossClip
« Reply #3 on: December 01, 2014, 03:15:51 pm »
You need to be able to run python3 and need the pyperclip, socket, socketserver and threading modules. If you don't have GTK+ i'd need to modify the way I handle notifications

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!