mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
..
2026-02-12 10:49:44 -08:00
2026-01-09 11:09:43 -08:00
2026-01-28 10:54:43 -08:00
2025-06-25 13:29:03 -07:00
codex_file_search
Fast fuzzy file search tool for Codex.
Uses https://crates.io/crates/ignore under the hood (which is what ripgrep uses) to traverse a directory (while honoring .gitignore, etc.) to produce the list of files to search and then uses https://crates.io/crates/nucleo-matcher to fuzzy-match the user supplied PATTERN against the corpus.