Skip to content

Instantly share code, notes, and snippets.

@Alexandro1112
Created January 22, 2023 21:48
Show Gist options
  • Save Alexandro1112/a1b9fcf14ea235d089a99f8de5a037a7 to your computer and use it in GitHub Desktop.
Save Alexandro1112/a1b9fcf14ea235d089a99f8de5a037a7 to your computer and use it in GitHub Desktop.
Commands
# Main commands in library (notifies)
terminal-notifier -message "Hello, this is my message" -title "Message Title"
osascript -e 'display notification "Notification text" with title "Notification Title" subtitle "Notification sub-title" sound name "Pop"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment