020%

[/LOADING]

Featured Tool

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.

Koppie v1.0.0

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 koppie

Using Yarn

yarn global add koppie

Using PNPM

pnpm add -g koppie

Usage 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.

01

Upload

Run koppie send. Your data is encrypted and sent to our transient storage.

02

Generate Code

A unique 4-digit numeric code is generated instantly. This code is your temporary key.

03

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.