Skip to content

Anonymous-AAA/iroh-clipboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iroh-clipboard

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

Build

cargo build --release

Run

Open a new room (prints a base32 ticket to share):

iroh-clipboard --name alice open

Join 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"

License

MIT

About

P2P clipboard sharing with iroh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages