tooling/snipboard
- Rust 52.8%
- JavaScript 33.1%
- CSS 11.8%
- HTML 2.3%
| .cargo | ||
| app | ||
| cli | ||
| mcp | ||
| shared | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
Snipboard
Local snippet clipboard manager. Captures URLs, commands, and tokens from Claude Code and terminal output for click-to-copy access.
Components
- Snipboard app - Tauri v2 system tray app with floating window (Ctrl+Alt+V)
- snip CLI - push snippets from any terminal
- MCP server - Claude Code integration via snipboard_add tool
Build
cargo build --release
Install
- Copy target/release/snip.exe to a directory on your PATH
- Run target/release/snipboard.exe or build an installer with cargo tauri build
- Configure MCP: add snipboard server pointing to mcp/server.mjs