Home/Clyde Commands/File Search

File Search

built-in

Search filenames across user-approved directories in real time. Results appear alongside other Clyde results as you type. Directories must be added in Clyde Settings—each gets a color badge. Skips node_modules, .git, .build, and DerivedData.

Download Clyde

WHAT IT DOES

  • Search filenames across configured directories
  • Open files or reveal them in Finder
  • Results ranked: exact match → starts with → contains

TRIGGERS

Any query matching a filename in an indexed directoryResults appear inline alongside other Clyde results

DATA

local only
// ~/.clyde/search_bookmarks.json
[
  {
    "path": "/Users/[username]/Projects",
    "bookmarkData": "<base64-encoded security-scoped bookmark>",
    "color": "blue"
  },
  {
    "path": "/Users/[username]/Documents",
    "bookmarkData": "<base64-encoded security-scoped bookmark>",
    "color": "purple"
  }
]

Directory access uses security-scoped bookmarks stored at ~/.clyde/search_bookmarks.json. The file index is in-memory only, rebuilt at launch. No file names, paths, or contents are sent anywhere.

This is a built-in Clyde command. No installation required—it ships with every copy of the app.