Skip to content

Copy data on one device and paste it from another device. Made this because I got tired of using Telegram/WhatsApp to share data between my devices (Laptop->Phone)

Notifications You must be signed in to change notification settings

ARandomBoiIsMe/clipshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clipshare

A program for sharing data between clipboards on multiple devices.

clipshare on my laptop clipshare on my phone

Configuration

Networking

Ensure the devices are on the same network. E.g. Connected to the same WiFi, sharing the same hotspot, etc.

To ensure proper communication between devices, you'll need to configure the subnet mask. Below is the configuration format:

[NETWORK]
SUBNET_MASK=/24

The program uses a default subnet mask of /24, which is suitable for most private networks.

If the program fails to run or raises network-specific errors, adjusting the subnet mask according to your network settings may resolve the issue. If problems persist, please feel free to raise an issue for assistance.

Windows

None. Just make sure you have python installed before running the program.

Linux

Install the xclip program to allow access to the clipboard:

sudo apt install xclip

Make sure you have python installed before running the program.

Android

  • Download and install Termux
  • Download and install Termux:API
  • Install the termux-api package:
pkg install termux-api
  • Install the which package:
pkg install which
  • Install Python:
pkg install python

Usage

Run the program on all devices where you want to share clipboard data:

python main.py

Once the program is running on all devices, you can copy text or other data on one device. This data will be available to paste on any other connected device running clipshare.

Supported devices:

  • Android
  • Windows
  • Linux

About

Copy data on one device and paste it from another device. Made this because I got tired of using Telegram/WhatsApp to share data between my devices (Laptop->Phone)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages