Cmd+K search

Instant full-text search across all sessions, folders, and clipboard — spotlight-style palette with keyboard navigation.

Open the palette

PlatformShortcut
MacCmd+K
Windows/LinuxCtrl+K
MobileTap search icon in bottom nav

Works from any screen — editor, library, settings, clipboard.


Try it live

Type “code” or “email” to filter the demo prompts.

Command Palette

Search every prompt in milliseconds. Try typing “code” or “email”.

⌘ K
SEO Blog Writermarketinggpt-4

Write a search-optimized blog post targeting long-tail keywords...

navigateopenescdismiss1 result

What gets searched

SourceFields searched
SessionsTitle, raw prompt, variable names, tags, usage notes
FoldersFolder name, parent folder names
ClipboardResolved prompt content, tags, timestamp

Search syntax

QueryFinds
emailAny prompt containing “email”
tag:marketingSessions tagged marketing
folder:Q3Sessions inside folder “Q3” (or subfolders)
tone:professionalSessions with variable tone set to “professional”
is:publicPublicly shared sessions
is:pinnedPinned clipboard entries

Combine with spaces (AND logic): tag:dev folder:backend is:public


Results ranking

  1. Title matches (highest)
  2. Tag matches
  3. Prompt content matches
  4. Folder name matches
  5. Clipboard entries (recent first)

Keyboard navigation

KeyAction
/ Move selection
EnterOpen selected (session → editor, folder → browse, clipboard → view)
Cmd+Enter / Ctrl+EnterOpen in new tab (sessions only)
EscClose palette, restore focus

Result types & badges

BadgeMeaning
SessionPrompt template
FolderFolder (press Enter to expand)
ClipboardPast execution
PublicShared to library

Performance

  • Index built client-side — no server round-trip
  • Updates instantly — new sessions searchable immediately
  • Handles 10k+ sessions — sub-50ms on modern devices
  • Works offline — full search in IndexedDB

Mobile experience

On mobile, the palette opens as a full-screen modal with:

  • Large touch targets
  • Virtual keyboard auto-focus
  • Swipe down to dismiss
  • Recent searches shown on empty query

Pro workflows

WorkflowSteps
Quick reuseCmd+K → type 2-3 chars → Enter → edit vars → Run
Find by tagCmd+K → tag:sql → Enter → browse all SQL prompts
Jump to folderCmd+K → folder:marketing → Enter → folder view
Recover lost promptCmd+K → search clipboard content → Enter → copy