Skip to content

Instantly share code, notes, and snippets.

@camsaul
Created October 1, 2019 01:26
Show Gist options
  • Save camsaul/d84a338c374d8e4af12c2f2ec3e21af1 to your computer and use it in GitHub Desktop.
Save camsaul/d84a338c374d8e4af12c2f2ec3e21af1 to your computer and use it in GitHub Desktop.
macOS Notifications from command line
#! /usr/bin/env bash
sudo gem install terminal-notifier
terminal-notifier \
-message "WOW" \
-title "Title" \
-contentImage http://www.brittonbunch.com/WondersOfCreation/images/tucan.gif
@camsaul
Copy link
Author

camsaul commented Oct 1, 2019

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment