You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sublime text plugin that uses terminal-notifier or subnotify for event notifications
4
+
5
+
##Installation
6
+
###Mac
7
+
######Install terminal-notifier
8
+
9
+
```bash
10
+
gem install terminal-notifier
11
+
```
12
+
13
+
######Install one of the following Sublime plugins
14
+
- Terminal Notifier
15
+
- SubNotify
16
+
17
+
######Install this plugin
18
+
- Download repo directly into Packages folder
19
+
- Install via Package Control
20
+
21
+
######Setup Preferences
22
+
Make sure Terminal Notifier or SubNotify are setup correctly.
23
+
24
+
Tell Notifications which plugin you want to use to display the notifications
25
+
26
+
```json
27
+
{
28
+
"notifier": "subnotify"
29
+
}
30
+
```
31
+
32
+
__Note:__ SubNotify is currently the default because it supports multiplatform notifications. This plugin has not yet been verified to work with Windows but the plan is to support Windows in the future.
0 commit comments