https://github.com/khrj/shareclip
Cross-platform (Windows, macOS, Linux, Android) shared clipboard
https://github.com/khrj/shareclip
android clipboard cross-platform javascript linux macos nodejs shared-clipboard universal-clipboard windows
Last synced: about 1 year ago
JSON representation
Cross-platform (Windows, macOS, Linux, Android) shared clipboard
- Host: GitHub
- URL: https://github.com/khrj/shareclip
- Owner: khrj
- License: gpl-3.0
- Created: 2020-10-14T12:51:43.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-01T20:39:20.000Z (almost 5 years ago)
- Last Synced: 2025-04-03T00:02:54.788Z (about 1 year ago)
- Topics: android, clipboard, cross-platform, javascript, linux, macos, nodejs, shared-clipboard, universal-clipboard, windows
- Language: JavaScript
- Homepage:
- Size: 114 KB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shareclip
Shareclip shares your clipboard across multiple devices. Copy on your phone and paste on your desktop!
Thanks to:
- [Ishan Goel](https://github.com/quackduck/), this is a node.js rewrite of [uniclip](https://github.com/quackduck/uniclip)
- [Aaryan Porwal](https://github.com/aaryanporwal), this was his idea originally
## Quickstart
Requires [node.js](https://nodejs.org/en/) to be installed.
Run:
```
npx shareclip
```
## Downloads
Note: If you already have node.js installed (If you don't know what that is then probably not), then follow **Running** below instead of this.
Downloads are at [releases](https://github.com/khrj/shareclip/releases)
Open your terminal, and run
```
shareclip-[os]
```
Didn't understand / Doesn't work? Install [the latest node.js](https://nodejs.org/en/) and follow the instructions under **Quickstart** or **Installation**
## Installation
Run
```
npm install -g shareclip
```
And then
```
shareclip
```
## Usage
After running `shareclip`, you should see something like:
```
RUNNING AS SERVER
WARNING: THE PANDAS ARE COMING
Listening on port 54979
Run "shareclip http://192.168.29.128:54979" on a different device
```
> **WARNING: THE PANDAS ARE COMING**
Run the command provided (Here, it's `shareclip http://192.168.29.128:54979`) on another device where you have shareclip installed and enter. Your clipboard should be shared automatically between your devices now. Note that your devices must be under the same WiFi network.
## Specific instructions for Android
- [Download termux](https://play.google.com/store/apps/details?id=com.termux)
- Run
```
apt update -y && apt install termux-api nodejs -y
```
- Follow instructions under **Quickstart** or **Installation**