Cmd+K search
Instant full-text search across all sessions, folders, and clipboard — spotlight-style palette with keyboard navigation.
Open the palette
| Platform | Shortcut |
|---|---|
| Mac | Cmd+K |
| Windows/Linux | Ctrl+K |
| Mobile | Tap 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
| Source | Fields searched |
|---|---|
| Sessions | Title, raw prompt, variable names, tags, usage notes |
| Folders | Folder name, parent folder names |
| Clipboard | Resolved prompt content, tags, timestamp |
Search syntax
| Query | Finds |
|---|---|
email | Any prompt containing “email” |
tag:marketing | Sessions tagged marketing |
folder:Q3 | Sessions inside folder “Q3” (or subfolders) |
tone:professional | Sessions with variable tone set to “professional” |
is:public | Publicly shared sessions |
is:pinned | Pinned clipboard entries |
Combine with spaces (AND logic): tag:dev folder:backend is:public
Results ranking
- Title matches (highest)
- Tag matches
- Prompt content matches
- Folder name matches
- Clipboard entries (recent first)
Keyboard navigation
| Key | Action |
|---|---|
| ↑ / ↓ | Move selection |
| Enter | Open selected (session → editor, folder → browse, clipboard → view) |
| Cmd+Enter / Ctrl+Enter | Open in new tab (sessions only) |
| Esc | Close palette, restore focus |
Result types & badges
| Badge | Meaning |
|---|---|
| Session | Prompt template |
| Folder | Folder (press Enter to expand) |
| Clipboard | Past execution |
| Public | Shared 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
| Workflow | Steps |
|---|---|
| Quick reuse | Cmd+K → type 2-3 chars → Enter → edit vars → Run |
| Find by tag | Cmd+K → tag:sql → Enter → browse all SQL prompts |
| Jump to folder | Cmd+K → folder:marketing → Enter → folder view |
| Recover lost prompt | Cmd+K → search clipboard content → Enter → copy |