Initial commit
This commit is contained in:
7
hooks/stop.sh
Executable file
7
hooks/stop.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Display macOS notification using osascript
|
||||
osascript -e 'display notification "タスクが完了しました" with title "Claude Code" subtitle "処理終了" sound name "Hero"'
|
||||
|
||||
# Exit successfully (don't block the stop)
|
||||
exit 0
|
||||
Reference in New Issue
Block a user