Created
July 14, 2025 07:33
-
-
Save toy-crane/8ae085f9ff936c210988f7f1d5473c46 to your computer and use it in GitHub Desktop.
Claude Code 작업 완료 알림 받기
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": { | |
"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