Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

clip icon


clip

One live string for people, laptops, and agents.

Clip is a tiny shared clipboard that lets browsers, terminals, laptops, and agents pass text through the same live unified buffer using plain HTTP. It keeps one string per room in memory, broadcasts changes instantly, and can sync a system clipboard so copy on one computer becomes paste on another.

release v0.2.0


PUT /         write
GET /raw      read
GET /events   live
cargo run --release                 # serve :1984
echo hi | cargo run --release       # write
cargo run --release -- sync         # macOS Command+C / Command+V

Rooms are paths: /r/team. Memory only, last write wins, zero dependencies.

About

a live clipboard for people, laptops, and agents.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages