Original Reddit post

I kept alt-tabbing back to my terminal to check if Claude was done, especially during long multi-tool responses. So I built a tiny hook that pings you when it’s actually finished. Install (one command) git clone https://github.com/yagcioglutoprak/claude-code-notify.git /tmp/claude-code-notify && /tmp/claude-code-notify/install.sh && rm -rf /tmp/claude-code-notify That’s it. Restart Claude Code and you’ll hear a ping when it finishes. Configure Edit ~/.claude/hooks/notify.conf : MODE=sound # sound | banner | both SOUND=Ping # Ping, Glass, Pop, Hero, Purr, etc. DEBOUNCE=3 # seconds It’s one bash script, no binaries, no compilation, no runtime dependencies beyond jq . GitHub: https://github.com/yagcioglutoprak/claude-code-notify Happy to take PRs — Linux support ( notify-send ) would be a great addition if anyone wants to contribute. submitted by /u/Traditional-Drop4922

Originally posted by u/Traditional-Drop4922 on r/ClaudeCode