🔔
【MacOS】Claude Codeの完了通知を通知センターに出す
- Claude Codeで /hooks
- Notification と Stop で Add new hooks で下記を入力
sh -c 'osascript -e "display notification \"$(pwd)\" with title \"Claude Code\" sound name \"Class\""'
参考
sh -c 'osascript -e "display notification \"$(pwd)\" with title \"Claude Code\" sound name \"Class\""'
参考
Discussion