Topic: https://brettterpstra.com/2012/08/01/mountain-lion-notifications-from-terminal-with-terminal-notifier/
hide preview

What's next? verify your email address for reply notifications!

Alexander 12y, 125d ago

Nothing gets passed to the message ARGV[0], my message is allwas empty.

remark link
hide preview

What's next? verify your email address for reply notifications!

Brett 12y, 125d ago

I just updated the gist, not sure why I left out the || "Task completed" part of that.

hide preview

What's next? verify your email address for reply notifications!

leo 12y, 180d ago

Hi. Interesting post. Just one thing: When you want a notification regardless of the exit status of the find command, don't you need to separate the finish with a semicolon:

find . -name "brett*"; finished

Keep up the good writing! Leo

remark link
hide preview

What's next? verify your email address for reply notifications!

Brett 12y, 179d ago

Yep, thanks! Fixed it in the post.

hide preview

What's next? verify your email address for reply notifications!