Skip to content

Instantly share code, notes, and snippets.

@nickdavis
Created July 24, 2025 09:14
Show Gist options
  • Save nickdavis/392d1aa18c7824d11140aaef5b147cbd to your computer and use it in GitHub Desktop.
Save nickdavis/392d1aa18c7824d11140aaef5b147cbd to your computer and use it in GitHub Desktop.
Get a chime whenever Claude Code either finishes its current task or needs input from you to continue. Create or edit ~/.claude/settings.json and drop in (this is for Mac, you will have to restart your current session) https://x.com/nickdavisio/status/1948310349309972590
{
"hooks": {
"Stop": [
{
"hooks": [
{ "type": "command", "command": "afplay /System/Library/Sounds/Glass.aiff" }
]
}
],
"Notification": [
{
"hooks": [
{ "type": "command", "command": "afplay /System/Library/Sounds/Funk.aiff" }
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment