Created
December 31, 2025 22:23
-
-
Save sent-hil/3a6cc76fd2a73e06ef24b19a730ec4f0 to your computer and use it in GitHub Desktop.
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
| # Add to ~/.claude/settings.json | |
| { | |
| "hooks": { | |
| "Stop": [ | |
| { | |
| "hooks": [ | |
| { | |
| "type": "command", | |
| "command": "terminal-notifier -message 'finished!' -title 'Claude Code' -sound default -activate com.apple.Terminal" | |
| } | |
| ] | |
| } | |
| ], | |
| "PermissionRequest": [ | |
| { | |
| "hooks": [ | |
| { | |
| "type": "command", | |
| "command": "terminal-notifier -message 'Action required - check terminal' -title 'Claude Code' -subtitle 'Permission needed' -sound Ping -activate com.apple.Terminal" | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment