Script Search
Script Search is a fast fuzzy finder for your saved scripts. It searches by name and content without leaving the keyboard.
Opening Script Search
Press Ctrl+E to open the Script Search popup. Start typing immediately — results filter as you type.
Search Modes
Name Search (default)
Typing plain text searches script names:
users active
→ users_by_active_status, active_users_report, ...Content Search (#)
Prefix your search with # to search inside script content:
#WHERE status = 'pending'
→ shows any script containing that SQL fragmentLabel Filter
If your scripts have labels (tags), filter by label:
@reporting
→ shows all scripts labeled "reporting"Combine modes: @reporting #revenue — scripts labeled "reporting" whose content contains "revenue".
Adding Labels to Scripts
Open a saved script → click the Labels button in the editor toolbar → type a label name and press Enter. Labels appear as small chips next to the script name in the Saved Scripts panel.
Navigating Results
| Key | Action |
|---|---|
↑ / ↓ | Move through results |
Enter | Open selected script in a new tab |
Ctrl+Enter | Open and immediately run the script |
Esc | Close Script Search |
Recent Scripts
When Script Search opens with an empty query, it shows your recently opened scripts in order. Press Enter on the top result to reopen the last script — useful for quickly returning to an in-progress query.