Last active
March 14, 2026 13:45
-
-
Save YukiMatsumura/23ac72e8779e2469aa8d16918a803ab5 to your computer and use it in GitHub Desktop.
Claude: Plan.md preview in cmux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "hooks": { | |
| "PreToolUse": [ | |
| { | |
| "matcher": "ExitPlanMode", | |
| "hooks": [ | |
| { | |
| "type": "command", | |
| "command": "cmux markdown open \"$(ls -t ~/.claude/plans/*.md | head -1)\"", | |
| "timeout": 5, | |
| "statusMessage": "Preview plan.md in cmux" | |
| } | |
| ] | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment