Skip to content

Releases: Luthiraa/clip

clip v0.2.0

Choose a tag to compare

@Luthiraa Luthiraa released this 30 Aug 17:23

System clipboard sync is now built into clip.\n\n- New clip sync [room] command for ordinary macOS Command+C / Command+V\n- Two-way synchronization through the existing HTTP buffer\n- Uses macOS pbpaste and pbcopy; still zero Rust dependencies\n- Echo suppression and 200 ms change detection\n- Refactored server and client code: formatted main.rs is smaller than v0.1 even with sync included\n- README now includes the clip icon and sync instructions\n- Existing PUT, /raw, /events, rooms, browser textarea, and CLI behavior remain unchanged\n\nThe attached binary is for Apple Silicon macOS.

clip v0.1.0

Choose a tag to compare

@Luthiraa Luthiraa released this 30 Aug 17:03

First release of clip: a string and a socket.\n\n- Zero dependencies; Rust standard library only\n- PUT to write, GET /raw to read, GET /events to follow over SSE\n- Path-based rooms such as /r/team\n- Embedded no-build browser textarea\n- One binary acts as server and CLI\n- Memory only: last write wins and restart clears every room\n\nThe attached binary is for Apple Silicon macOS. Source archives are generated automatically by GitHub.