TimeFence: persistent focus timer HUD — buy direct, lifetime license.
Rust + Tauri · Keyboard-first

Stop letting your clipboard waste flow state.

You juggle API payloads, stack traces, hex colors, ticket permalinks, and deployment notes all day. IntelliClip is the Windows clipboard surface built for that cadence: SQLite FTS5, regex extraction, context-aware reranking, smart paste transforms, and guarded secret handling—without asking you to wire up another scripting runtime.

$2.49 USD — Perpetual License

One-time purchase · Lifetime updates · Delivered via the Microsoft Store

Purchased and updated securely through the Microsoft Store. No account needed on our site, no subscription, and a Microsoft receipt for easy corporate expensing.

Keyboard map

Overview · Privacy · Compare One-time purchase. No subscriptions. Local-first.

Developer pain points

Six clipboard friction patterns you already repeat

These are not exotic edge cases—they are the tax you pay when history is shallow, unsearchable, or unaware of the window you are shipping from.

The reboot wipe

You copied a JDBC URL or PEM block before Patch Tuesday rebooted—you need that string back without dredging Slack history.

Un-searchable tails

Win+V truncation means yesterday’s GUID, hex palette, release tag, or stack trace vanished from trivial recall workflows.

Formatting contamination

Pasting RTF/HTML blobs from ticketing or Confluence ruins Markdown, README, JSON fixtures, or log editors.

Log-file archaeology

10MB nginx traces only need IPs or request IDs—you should not reopen Notepad++ find loops for recurring extractions.

Context-blind managers

Generic chronological stacks keep terminal snippets above the SPA URL or ticket deeplink your browser actually needs.

Secrets resurfacing via search

Accidentally fuzzy-matching bearer tokens whenever you meant to chase a teammate’s branch name wastes incident response nerves.

Feature deep dives

Every block tuned for dev workflows

01 · Search

Sub-millisecond SQLite FTS5 surfacing

Indexed clips mean you can type immediately after Alt+V—no remote warm-up, no sync gate. Dense histories (weeks of copy churn) stay queryable on a plane or inside locked-down VLANs.

Alt+V type ↑↓ Enter

intelliclip — search_session

// query: "postgres"

1 postgresql://user:***@prod.internal

↳ 2d · .env.production

2 POSTGRES_HOST=db.internal.io

3 SELECT * FROM incidents WHERE …

// hits: 4 · hot path: fts5 bm25

context_engine — rerank

// active: chrome.exe

// previous: code.exe

↑ https://api.vendor.tld/v2/…

↑ Bearer eyJ…

git commit -m "fix: auth"

kubectl rollout …

02 · Intelligence

Foreground-aware ranking (local heuristics)

Process context nudges likely clips up—browser sessions float URLs/endpoints above stale shell snippets, without cloud ML or remote profiling. Purely local scoring keeps compliance teams happier.

03 · Extraction

Regex buckets for telemetry blobs

Slam a gigantic log excerpt into history, pivot into the extractor, and isolate IPv4 nests, mails, URIs—paste only the structured findings back into Grafana notes, RCA docs, or support threads.

Tab patterns · Enter commits

04 · Transform

Smart paste transformations in-flow

Promote enums to SCREAMING_SNAKE, camelCase payloads for TS services, lowercase slugs, or strip HTML debris before IDE commit—all without spawning helper scripts per repo.

Ctrl+U Ctrl+L Ctrl+M Shift+Enter

Stack

Built on the boring-fast substrate

<1ms

FTS5 search

~0%

Idle CPU posture

∞*

History depth · disk-bound

Offline

No cloud ingest story

*Practical retention still depends on disk and policy—you can prune/export like any SQLite consumer.

Backend

Rust · Tauri v2

Database

SQLite + FTS5

Presentation

Win11 Mica / Acrylic HUD

Supports

Windows 11 + compatible Win10 builds

Shipping

Microsoft Store · Purchase through our site

Pricing

Perpetual $2.49 USD

Keyboard map (Dev edition)

Everything here assumes the overlay owns focus—pair with VS Code Vim carefully or remap at the OS level if you collide.

Shortcut Action Context
Alt + V Open IntelliClip overlay over the foreground window Global
↑ / ↓ Navigate clipboard history chronologically Overlay open
Enter Paste selected clip and dismiss overlay Overlay open
Type freely Narrow FTS5 matches as you keystroke-filter Overlay open
Tab Launch regex extractor for the focused clip Clip focused
Ctrl + U Promote clip to uppercase before paste Clip focused
Ctrl + L Lowercase before paste Clip focused
Ctrl + M camelCase casing pass before paste Clip focused
Shift + Enter Strip rich formatting for plain insertion Clip focused
Shift + ↑ / ↓ Rubber-band multi-selection for merges Multi-select workflow
Enter Collapse multi-select clips into one merged insertion Multi-select workflow
Esc Dismiss overlay without pasting Overlay open

$2.49 USD once—ship with a sharper clipboard.

Reclaim the first hour after every reboot where you reconstruct lost snippets. One-time purchase. No subscriptions. Local-first.

$2.49 USD — Perpetual License

One-time purchase · Lifetime updates · Delivered via the Microsoft Store

Purchased and updated securely through the Microsoft Store. No account needed on our site, no subscription, and a Microsoft receipt for easy corporate expensing.

Comparison guide

FAQ

Is IntelliClip useful when my dev machine is offline?

Yes. Clipboard capture, FTS5 search, contextual ranking heuristics, regex extraction presets, transforms, merge, and local SQLite indexing all run without an internet dependency for core workflows.

Does IntelliClip replace scripting engines like CopyQ?

No—IntelliClip trades infinite scripting hooks for deterministic dev-centric defaults: FTS5-first search, window-aware reranking, one-shot regex buckets, guarded secret handling, and keyboard-first transforms without maintaining user scripts.

What shortcut opens IntelliClip while coding?

Alt+V summons the translucent overlay atop your IDE or terminal. Combine with Arrow keys, Enter for paste, Tab for extraction tooling, Shift+selection for merges, plus Ctrl+U/L/M and Shift+Enter style transforms when surfaced in your build.