Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ldm0/cardinal

Repository files navigation

Cardinal icon

Cardinal

A fast file searching tool for macOS.

Using Cardinal · Building Cardinal

Cardinal UI preview

Using Cardinal

Download

Grab the latest packaged builds from GitHub Releases.

i18n support

Need a different language? Click the 🌍 button in the status bar to switch instantly.

Search basics

Cardinal's search box understands several pattern styles to help you locate files fast:

  • substr – return files whose names contain substr as a contiguous fragment.
  • /prefix – keep files whose names start with prefix.
  • suffix/ – match files whose names end with suffix.
  • /exact/ – only list files that exactly match exact.
  • a/part/of/path – search for substrings anywhere in the path, letting you mix directory and filename segments.

Both case-sensitive and regular-expression modes are available via the toggles next to the search input, so you can tighten queries whenever needed.

Keyboard shortcuts & previews

  • Space – Quick Look the currently selected row without leaving Cardinal.
  • Cmd+R – reveal the highlighted result in Finder.
  • Cmd+F – jump focus back to the search bar.
  • Cmd+C – copy the selected file's path to the clipboard.
  • Cmd+Shift+Space – toggle the Cardinal window globally via the quick-launch hotkey.

Happy searching!


Building Cardinal

Requirements

Development mode

cd cardinal
npm run tauri dev -- --release --features dev

Production build

cd cardinal
npm run tauri build