Created
October 1, 2019 01:26
-
-
Save camsaul/d84a338c374d8e4af12c2f2ec3e21af1 to your computer and use it in GitHub Desktop.
macOS Notifications from command line
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
#! /usr/bin/env bash | |
sudo gem install terminal-notifier | |
terminal-notifier \ | |
-message "WOW" \ | |
-title "Title" \ | |
-contentImage http://www.brittonbunch.com/WondersOfCreation/images/tucan.gif |
Author
camsaul
commented
Oct 1, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment