captains-deck.com ~/guides/search G.02.B · 7 min read ↑ updated 2026-07-02 --:--:--
Intermediate G.02.B 7 min read

Find anything, fast.

Three layers of search: the quick filter to narrow the current view, Quick Search to scan a folder by name, and Full Search to hunt across a whole tree — names, contents, even inside archives. All keyboard-driven.

Captain's Deck search dialog with live results
Full Search (⇧⌘F) walks the whole tree — results stream in as they’re found.

The quick filter

Press / in any pane to start typing a filter. Captain’s Deck hides every file whose name doesn’t match — instantly, as you type.

  • Case-insensitive by default
  • Substring match anywhere in the name
  • Esc clears the filter

The filter is view-only. Selection, copy, and other operations only see filtered files — perfect for “copy all the .png files” without manually selecting.

Patterns & content

Full Search understands three flavours of name matching. Two checkboxes have keyboard shortcuts so you don’t need to mouse over:

  • Cmd+E — toggle Regex. Off = substring or glob; on = full regex.
  • Cmd+/ — toggle Case sensitive.
PlainSubstring match
Glob*.swift, **/test_*.py
RegexFull PCRE2 — ^\d{4}-.*\.md$

Tick Search file contents to grep inside files as well. Captain’s Deck respects .gitignore, .cdignore, and binary-file detection:

  • Per-line previews with the matching span highlighted
  • Enter on a result opens the file scrolled to the match
  • Cmd+D opens the diff view against the inactive pane’s same-named file

Saved searches

Run a search you’ll want again? Click Save… in Full Search, give it a name, done. The saved search appears in the sidebar under a Saved Searches section.

Click a saved search to re-run it against the active pane’s current path — Full Search reopens pre-filled with the same query, mode, regex/case toggles, and file-type filter you saved. Right-click → Remove Saved Search to delete one.

Saved searches live in your preferences, not per-folder, so they follow you no matter where you’re working.

Captain's Deck Quick Open palette — fuzzy file and command picker (⌘P) in the dual-pane Mac file manager
Cmd+P opens Quick Open — fuzzy-match files, folders, and commands across the active pane.

Quick Open

Cmd+P opens a fuzzy command palette that searches across files, folders, bookmarks, and named commands. It’s the fastest way to jump anywhere when you don’t want to navigate.

Tweaks

Theme
Motion