Skip to content

Instantly share code, notes, and snippets.

@toy-crane
Created July 14, 2025 07:33
Show Gist options
  • Save toy-crane/8ae085f9ff936c210988f7f1d5473c46 to your computer and use it in GitHub Desktop.
Save toy-crane/8ae085f9ff936c210988f7f1d5473c46 to your computer and use it in GitHub Desktop.
Claude Code 작업 완료 알림 받기
{
"hooks": {
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "terminal-notifier -title 'Claude Code' -message 'Waiting for your input' -sound Glass"
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment