From 8a72cff8264d08b3b82ea781452fd71f5584b478 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 28 Sep 2013 17:02:17 -0700 Subject: [PATCH] mention setting terminal-notifier from Banners -> Alerts --- published/2013.09.27-linky.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/published/2013.09.27-linky.md b/published/2013.09.27-linky.md index 434324a..e776b30 100644 --- a/published/2013.09.27-linky.md +++ b/published/2013.09.27-linky.md @@ -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