Files
gh-fussy113-claude-code-mar…/hooks/stop.sh
2025-11-29 18:27:42 +08:00

8 lines
245 B
Bash
Executable File

#!/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