Need a different language? Click the 🌍 button in the status bar to switch instantly.
Cardinal's search box understands several pattern styles to help you locate files fast:
substr– return files whose names containsubstras a contiguous fragment./prefix– keep files whose names start withprefix.suffix/– match files whose names end withsuffix./exact/– only list files that exactly matchexact.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.
Happy searching!
- macOS 12+
- Rust toolchain
- Node.js 18+ with npm
- Xcode command-line tools & Tauri prerequisites (https://tauri.app/start/prerequisites/)
cd cardinal
npm run tauri dev -- --release --features devcd cardinal
npm run tauri build