Created
July 20, 2025 08:36
-
-
Save presmihaylov/e69bb89b16c68425abdfe71516bbcacf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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