Documentation
¶
Overview ¶
Package ripgrep provides regex search through files using ripgrep.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Inputs ¶
type Inputs struct {
Pattern string `` /* 126-byte string literal not displayed */
Path string `json:"path,omitempty" jsonschema:"description=File or directory to search in (default: current directory)"`
}
Inputs defines the parameters for the RipGrep tool.
Click to show internal directories.
Click to hide internal directories.