tooling/snipboard
  • Rust 52.8%
  • JavaScript 33.1%
  • CSS 11.8%
  • HTML 2.3%
Find a file
2026-04-06 14:46:19 -05:00
.cargo feat(app): scaffold Tauri app with webview UI, commands, Tokyo Night theme 2026-03-27 23:43:41 -05:00
app feat(mcp): auto-fetch link preview for URL snippets via Lightpanda CDP 2026-04-06 14:45:00 -05:00
cli feat(mcp): auto-fetch link preview for URL snippets via Lightpanda CDP 2026-04-06 14:45:00 -05:00
mcp feat(mcp): auto-fetch link preview for URL snippets via Lightpanda CDP 2026-04-06 14:45:00 -05:00
shared feat(mcp): auto-fetch link preview for URL snippets via Lightpanda CDP 2026-04-06 14:45:00 -05:00
.gitignore chore: add gitignore and readme 2026-03-28 00:05:55 -05:00
Cargo.lock feat(app): scaffold Tauri app with webview UI, commands, Tokyo Night theme 2026-03-27 23:43:41 -05:00
Cargo.toml feat(app): scaffold Tauri app with webview UI, commands, Tokyo Night theme 2026-03-27 23:43:41 -05:00
README.md chore: add gitignore and readme 2026-03-28 00:05:55 -05:00

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