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
4
5
-
##Installation
6
-
###Mac
7
-
######Install terminal-notifier
5
+
##Installation
6
+
###Mac
7
+
######Install terminal-notifier
8
8
9
9
```bash
10
10
gem install terminal-notifier
11
11
```
12
12
13
-
######Install one of the following Sublime plugins
13
+
######Install one of the following Sublime plugins
14
14
- Terminal Notifier
15
15
- SubNotify
16
16
17
-
######Install this plugin
17
+
### Windows
18
+
1. Install the SubNotify plugin for Windows.
19
+
2. Install either of the following
20
+
- [Growl for Windows](http://growlforwindows.com)
21
+
- Install Pywin32 (sublime plugin)
22
+
23
+
The Pywin32 plugin allows standard windows notifications via the task bar while growl for Windows allows growl style notifications.
24
+
25
+
### Install this plugin
18
26
- Download repo directly into Packages folder
19
27
- Install via Package Control
20
28
21
-
######Setup Preferences
29
+
######Setup Preferences
22
30
Make sure Terminal Notifier or SubNotify are setup correctly.
23
31
32
+
33
+
24
34
Tell Notifications which plugin you want to use to display the notifications
25
35
26
36
```json
@@ -29,4 +39,11 @@ Tell Notifications which plugin you want to use to display the notifications
29
39
}
30
40
```
31
41
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.
42
+
__Note:__ SubNotify is currently the default because it supports multiplatform notifications.
43
+
44
+
45
+
46
+
### To Do:
47
+
- Enable custom message and title
48
+
49
+
Currently only post save notifications are setup. If you would like to see other notifications, please open a github issue and tag it as an enhancement.
0 commit comments