A wrapper for https://github.com/alloy/terminal-notifier to make a terminal notification after some command is done
tn is a wrapper for terminal-notifier to make a terminal notification after some command is done
I'll try to add this to homebrew ASAP
It depends on terminal-notifier, so you have to install it first with
$ brew install terminal-notifier
Then copy bin/tn to your PATH like /usr/local/bin
Just prepend tn to your command
$ tn rake -T
You'll receive the notification if it successes

However, for a failed command like this
$ tn rake foo
you'll get

Copyright (c) 2014 Tony Han. See LICENSE for details.