본문으로 바로가기

macOS Claude Code 터미널 알림 설정 방법

wislan
wislan
조회수 67

macOS Claude Code 터미널 알림 설정

1. terminal-notifier 설치

brew install terminal-notifier

2. 기본 사용법

terminal-notifier -message "작업 완료" -title "Claude Code" -sound default

3. 소리 옵션들

  • -sound default : 기본 알림음

  • -sound Ping : 핑 소리

  • -sound Pop : 팝 소리

  • -sound Glass : 유리 소리

4. 빠른 테스트

terminal-notifier -message "테스트" -sound Ping

5. 클로드 코드 hook 설정

클로드 코드에게 다음과 같이 명령.

이걸 읽고 클로드 코드 hook 에 다음 명령어 추가.\

\

https://docs.anthropic.com/en/docs/claude-code/hooks-guide\

\

terminal-notifier -message "작업 완료" -title "Claude Code" -sound default

클로드 코드 재시작 후 테스트