10 lines
194 B
Markdown
10 lines
194 B
Markdown
---
|
|
description: Show recent Claude Code conversations
|
|
---
|
|
|
|
Show the {{count:5}} most recent conversations:
|
|
|
|
```bash
|
|
${CLAUDE_PLUGIN_ROOT}/scripts/search-conversations.sh --recent {{count}}
|
|
```
|