feat: standalone file search CLI (#1386)
Standalone fuzzy filename search library that should be helpful in addressing https://github.com/openai/codex/issues/1261.
This commit is contained in:
5
codex-rs/file-search/README.md
Normal file
5
codex-rs/file-search/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user