11 lines
438 B
Markdown
11 lines
438 B
Markdown
---
|
|
description: Search command history by pattern (usage: /history-search <pattern>)
|
|
allowed-tools: Bash(claude-hook-advisor:*)
|
|
---
|
|
|
|
!claude-hook-advisor --history --pattern "$ARGUMENTS" --limit 50
|
|
|
|
I've searched the command history for commands matching "$ARGUMENTS". The results above show all matching commands with their success/failure status.
|
|
|
|
Let me help you understand these results or find specific commands you're looking for.
|