Skip to content

jiangdada6/cardinal

 
 

Repository files navigation

Cardinal icon

Cardinal

A fast file searching tool for macOS.

Using Cardinal · Running Cardinal

Cardinal UI preview

Using Cardinal

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.

Happy searching!


Running Cardinal

Requirements

Development mode

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

Production build

cd cardinal
npm run tauri build

About

A fast file searching tool for macOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 63.9%
  • TypeScript 28.3%
  • CSS 7.7%
  • HTML 0.1%