agcodex-file-search

Crates.ioagcodex-file-search
lib.rsagcodex-file-search
version0.1.0
created_at2025-08-23 19:00:56.801493+00
updated_at2025-08-23 19:00:56.801493+00
descriptionEnhanced file search with tree-sitter AST and fd-find integration
homepagehttps://github.com/agcodex/agcodex
repositoryhttps://github.com/agcodex/agcodex
max_upload_size
id1807790
size41,603
cognitive (cognitive-glitch)

documentation

https://docs.rs/agcodex-file-search

README

agcodex_file_search

Fast fuzzy file search tool for AGCodex.

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.

Commit count: 0

cargo fmt