mirror of
https://github.com/samsonjs/blog.git
synced 2026-03-25 09:05:51 +00:00
mention setting terminal-notifier from Banners -> Alerts
This commit is contained in:
parent
aa31a3c65d
commit
8a72cff826
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue