searchGlob
Locate files using a glob pattern within a specified directory. Streamlines file searching for faster access and organization in code projects.
Instructions
Search for files matching a pattern
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | No | The directory to search in. Defaults to the current working directory. | |
pattern | Yes | The glob pattern to match files against |