Sync clipboard state across devices anywhere in the world.
A peer-to-peer clipboard broadcaster using iroh-gossip.
Watches the system clipboard and syncs clipboard state with peers.
Runs on Mac OS, Linux (X11 and Wayland) and Windows
cargo build --releaseOpen a new room (prints a base32 ticket to share):
iroh-clipboard --name alice openJoin an existing room with a ticket:
iroh-clipboard --name bob join <base32-ticket>Optional: set a persistent identity via IROH_SECRET (base32 secret). If unset, a temporary secret is generated on start:
export IROH_SECRET="your-secret"MIT