prezto/modules/notify
Alex Reece f4965eeac2 Get foreground window 30% faster
Thanks micampe!
2013-06-14 20:00:42 -04:00
..
functions Get foreground window 30% faster 2013-06-14 20:00:42 -04:00
init.zsh Add changes from sorin codereview 2013-06-13 16:22:53 -04:00
README.md better documentation for notify 2013-06-13 17:24:06 -04:00

Notify

Cross platform notification support.

Functions

  • notify opens a notification with the given args. Usage: notify hello world.

Settings

Growl

By default, notify will use the Notification Center on Mac OSX via terminal-notifier and will fall back to Growl if this is not available. To force the use of growl, add the following to zpreztorc.

zstyle ':prezto:module:notify' force-growl 'yes'

Auto-notify if window not focused

This module can automatically notify if a (long running) command completes while the terminal window does not have focus. This will pop up a notification with information about the last command like this:

Last command notification

To enable this feature, add the following to zpreztorc:

zstyle ':prezto:module:notify' auto-notify 'yes'

Authors

The authors of this module should be contacted via the issue tracker.