Copy once.
Paste anywhere.
Koppie is a lightweight CLI that lets developers instantly move text, commands, logs, and snippets between devices using short numeric codes.
Device A (MacBook)
$ echo "hello" | koppie send
✓ Content synced. Code: 8421
Device B (Ubuntu Server)
$ koppie get 8421
hello
Why use Koppie?
Cross-Device
Seamlessly share between your laptop, server, CI/CD pipeline, and even mobile.
Instant Sync
Zero configuration. Just send and retrieve using a simple 4-digit code.
Secure
Transient storage. Your data is automatically deleted after retrieval or expiry.
Cloud Native
Works anywhere with an internet connection. No local network required.
Quick Install.
Using NPM
npm install -g koppieUsing Yarn
yarn global add koppieUsing PNPM
pnpm add -g koppieUsage Examples
- Send piped input:
echo "hello" | koppie send - Send file:
cat file.txt | koppie send - Retrieve by code:
koppie get 1234 - Copy to clipboard:
koppie copy 1234 - Paste to file:
koppie paste 1234 > output.txt
How it Works.
Upload
Run koppie send. Your data is encrypted and sent to our transient storage.
Generate Code
A unique 4-digit numeric code is generated instantly. This code is your temporary key.
Retrieve
On another device, run koppie [code]. The data is pulled and deleted from the server.
Stop emailing snippets to yourself.
Start using Koppie today and experience the fastest way to share data between terminals.