core-agent-ide/codex-rs/file-search
Eric Traut 16e7cf05d2
Fixed a flaky Windows test that is consistently causing a CI failure (#10987)
Loop wait_for_complete/wait_for_updates_at_least until deadline to
prevent Windows CI false timeouts in query-change session tests.
2026-02-07 09:08:13 -08:00
..
src Fixed a flaky Windows test that is consistently causing a CI failure (#10987) 2026-02-07 09:08:13 -08:00
BUILD.bazel feat: add support for building with Bazel (#8875) 2026-01-09 11:09:43 -08:00
Cargo.toml file-search: improve file query perf (#9939) 2026-01-28 10:54:43 -08:00
README.md feat: standalone file search CLI (#1386) 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.