1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
prezto/modules/notify
Alex Reece 36559d9978
Add changes from sorin codereview
12 years ago
..
functions Add changes from sorin codereview 12 years ago
README.md Add changes from sorin codereview 12 years ago
init.zsh Add changes from sorin codereview 12 years ago

README.md

Last Command

Notifies if the command completes and terminal isn't the foreground window.

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.