Created
January 22, 2023 21:48
-
-
Save Alexandro1112/a1b9fcf14ea235d089a99f8de5a037a7 to your computer and use it in GitHub Desktop.
Commands
This file contains 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
# 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