Skip to content

Instantly share code, notes, and snippets.

@heywoodlh
Created April 9, 2023 17:02
Show Gist options
  • Save heywoodlh/651a02008600259ef9e508e30872f934 to your computer and use it in GitHub Desktop.
Save heywoodlh/651a02008600259ef9e508e30872f934 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# Usage: macos-notify-send.sh "Title" "Message"
osascript -e "display notification \"$2\" with title \"$1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment