Sublime text plugin that uses terminal-notifier or subnotify for event notifications
gem install terminal-notifier
- Install the SubNotify plugin for Windows.
- Install either of the following
- Growl for Windows
- Install Pywin32
The Pywin32 plugin allows standard windows notifications via the task bar while growl for Windows allows growl style notifications.
- Download repo directly into Packages folder
- Install via Package Control
Make sure Terminal Notifier or SubNotify are setup correctly.
Tell Notifications which plugin you want to use to display the notifications
{
"notifier": "subnotify"
}
Note: SubNotify is currently the default because it supports multiplatform notifications.
- Enable custom message and title
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.