Skip to content

Instantly share code, notes, and snippets.

@sent-hil
Created December 31, 2025 22:23
Show Gist options
  • Select an option

  • Save sent-hil/3a6cc76fd2a73e06ef24b19a730ec4f0 to your computer and use it in GitHub Desktop.

Select an option

Save sent-hil/3a6cc76fd2a73e06ef24b19a730ec4f0 to your computer and use it in GitHub Desktop.
# 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