Documentation
¶
Overview ¶
Package grep implements the grep tool: recursive regex search.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tool ¶
type Tool struct {
// contains filtered or unexported fields
}
Tool is the grep tool.
func NewWithMax ¶
NewWithMax returns a grep tool with a custom match cap. Tiny profile uses 50 so a single grep can't dump a wall of paths into a 4-8k context.
Click to show internal directories.
Click to hide internal directories.