Skip to content

Instantly share code, notes, and snippets.

@presmihaylov
Created July 20, 2025 08:36
Show Gist options
  • Save presmihaylov/e69bb89b16c68425abdfe71516bbcacf to your computer and use it in GitHub Desktop.
Save presmihaylov/e69bb89b16c68425abdfe71516bbcacf to your computer and use it in GitHub Desktop.
#!/bin/bash
# Use the first argument as the message, or default to "I finished my current task"
message="${1:-I finished my current task}"
osascript -e "display notification \"$message\" with title \"claude code\" sound name \"Funk\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment