mention setting terminal-notifier from Banners -> Alerts

This commit is contained in:
Sami Samhuri 2013-09-28 17:02:17 -07:00
parent aa31a3c65d
commit 8a72cff826

View file

@ -73,7 +73,7 @@ That tells NorthWatcher to run `ruby /Users/sjs/bin/linky-notify` when files are
Finally, we have the last two components of the system. A [short Ruby program (`/Users/sjs/bin/linky-notify`)](https://github.com/samsonjs/bin/blob/master/linky-notify) that reads in all the files NorthWatcher reports as added, and uses `terminal-notifier` to show a native OS X notification for each link. After displaying the notification it moves the text file into a subfolder named `Archive`, so I have a record of all the links I have sent myself.
You can get `terminal-notifier` with [homebrew](http://brew.sh) in a few seconds: `brew install terminal-notifier`
You can get `terminal-notifier` with [homebrew](http://brew.sh) in a few seconds: `brew install terminal-notifier`. After you have used `terminal-notifier` you will be able to go into *Notifications* in *System Preferences* and change it from *Banners* to *Alerts*. *Banners* are transient, while *Alerts* are persistent and have action buttons: `Show` and `Close`.
## Cool story, bro