This commit is contained in:
GitHub Merge Button 2011-04-29 02:36:47 -07:00
commit bc1b3aeb78

View file

@ -55,3 +55,12 @@ end do_submenu
do_submenu("iTerm", "Shell", "New Tab") do_submenu("iTerm", "Shell", "New Tab")
EOF EOF
} }
# Send a notification to growl from iTerm or iterm2
#
# usage: growl "Notification Text"
#
# You can use \n and \t to add newlines and tabs
# respectively. Or add \a to make it beep
growl() { print -n '\e]9;'${@}'\007' }