Sublime doesn’t really offer to much in the way of non-intrusive notifications. The status bar is okay, but easy to miss. This plugin allows for notifications in all operating systems in a non intrusive way utilizing the built in notifications systems (some by way of external tools), or growl. This can be used by any plugin by calling the SubNotifyCommand:
[pre=#232628]sublime.run_command(“sub_notify”, {“title”: “My Title”, “msg”: “My Message”})[/pre]
-
Growl support for OSX growl.info/
-
Growl support for Windows growlforwindows.com/gfw/
-
Growl support for Linux mattn.github.io/growl-for-linux/
-
Native windows taskbar bubble notifications (requires Pywin32 - github.com/facelessuser/Pywin32)
-
OSX Notification Support via terminal-notifier github.com/alloy/terminal-notifier
-
Ubuntu OSD support via notify-send
Repo is here: github.com/facelessuser/SubNotify