mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-06-16 16:36:50 +08:00
751 B
751 B
Content search built on ripgrep. Prefer this over grep/rg via ${BASH_TOOL_NAME} — results integrate with the permission UI and file links.
- Full regex syntax (e.g. "log.*Error", "function\s+\w+"). Ripgrep, not grep — escape literal braces (
interface\{\}). - Filter with
glob(e.g. "**/*.tsx") ortype(e.g. "js", "py", "rust"). output_mode: "content" (matching lines), "files_with_matches" (paths only, default), or "count".multiline: truefor patterns that span lines.