Skip to content

Instantly share code, notes, and snippets.

View runekaagaard's full-sized avatar

Rune Kaagaard runekaagaard

  • Copenhagen, Denmark
View GitHub Profile
@runekaagaard
runekaagaard / notify.sh
Created August 14, 2025 11:50
Claude Code Terminator Notification Hooks - Pleasant sounds and tab title updates with emoji indicators
#!/bin/bash
# Notification script for Claude Code - sounds and tab title via remotinator
# Emojis: 🔴 (running), 🟢 (stopped), 🔨 (needs approval)
# Exit early if TERMINATOR_UUID is not set
if [ -z "$TERMINATOR_UUID" ]; then
exit 0
fi