clipygo watches your clipboard for patterns — meeting links, tickets, URLs — and routes the content to any target with a single keypress.
A focused tool that stays out of your way until the moment you need it.
Regex-based clipboard monitoring triggers the popup automatically — meeting links, tickets, Code With Me URLs, and anything you configure.
Summon the popup at any time with a configurable shortcut. Default is Ctrl+F10, change it in settings.
Pick a target with mouse or keyboard and hit Enter. Content is sent, the popup disappears.
Any executable that speaks JSON over stdin/stdout is a valid plugin — Node.js, Python, Rust, Go. Processes stay alive between requests.
Browse and install community plugins directly from the settings window with SHA256-verified downloads.
Encrypted history of everything you copy — text and images. Open with Ctrl+Shift+H, search, navigate with arrows, Enter to copy back, Ctrl+Enter to resend to a target. Optional SQLite-backed disk persistence with XChaCha20-Poly1305.
Share clipboard content with other users via E2E encryption. Zero-knowledge relay server — no accounts, just cryptographic keys.
Runs silently in the background. Optionally launches on boot. Always ready, never in the way.
From clipboard to destination in under a second.
clipygo monitors your clipboard in the background. No polling — event-driven, no CPU waste.
When a configured regex matches — or you press the hotkey — the popup surfaces with your content and all available targets.
Navigate with arrow keys, press Enter. Your plugin handles the delivery — Teams, Slack, GitHub, whatever you build.
One JSON line in, one JSON line out. That's the entire protocol.
// get available targets {"command":"get_targets"} // send content to a target { "command": "send", "target_id": "my-target", "content": "https://meet.google.com/...", "format": "text" }
// targets list {"targets": [{ "id": "my-target", "title": "My Channel", "description": "#general", "formats": ["text"] }]} // send result {"success": true}
All builds are produced by GitHub Actions from source. SHA256-verified.
Built by Georg Nelles — freelance software engineer specializing in automation, modernization, and pragmatic tooling. clipygo is an open-source tool built for developers who move fast.