Provides high-performance text search capabilities by wrapping ripgrep, enabling powerful file exploration, pattern matching, and content discovery across local filesystems.
Issue search queries and retrieve code snippets from GitHub that match specific patterns or regular expressions, filtered by language, repository, and file path.
Integrates with Semgrep's static analysis engine to scan code for security vulnerabilities and coding issues, enabling developers to identify and fix potential problems directly within their coding workflow.
Converts natural language search queries like 'email addresses' or 'TODO comments' into regex patterns and executes grep operations with built-in pattern recognition for common searches including emails, URLs, phone numbers, and code constructs.
Exposes the system grep binary's functionality for searching files with regular expressions, supporting common options like case-insensitive matching, context lines, and recursive directory searching.
Provides secure, read-only access to ShadowGit repositories with git operations like log, diff, blame, and grep to analyze fine-grained commit history and trace code evolution for debugging workflows.