core-agent-ide/codex-rs/file-search
Michael Bolin ca8bd09d56
chore: simplify dep so serde=1 in Cargo.toml (#3664)
With this change, dependabot should just have to update `Cargo.lock` for
`serde`, e.g.:

- https://github.com/openai/codex/pull/3617
- https://github.com/openai/codex/pull/3618
2025-09-15 19:22:29 +00:00
..
src Improve @ file search: include specific hidden dirs such as .github, .gitlab (#2981) 2025-09-03 10:03:57 -07:00
Cargo.toml chore: simplify dep so serde=1 in Cargo.toml (#3664) 2025-09-15 19:22:29 +00: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.