Skip to main content

Module grep

Module grep 

Source
Expand description

Grep tool: regex-based content search.

Searches file contents using regular expressions. Shells out to rg (ripgrep) when available for performance and .gitignore awareness. Falls back to a built-in implementation.

Structsยง

GrepTool