Hacker News new | ask | show | jobs
by riobard 5080 days ago
`security` lets you manipulate your Keychains.

`say` lets you do text-to-speech in command line.

1 comments

say is pretty useful and fun. When I'm compiling or just telling the Terminal to do something tedious, I add a say command at the end and it will notify me when it's done.

For example, if I want to install mercurial and git with homebrew:

brew install git mercurial; say "The task is finished, Master."

A more silent option is to print the bell character to the terminal, ie.: sleep 5; printf '\a'

This will cause the terminal to bounce and add a little badge with the number of tasks that require your attention if it's out of focus :)

As an aside, in Lion at least, you can download high-quality voices for dozens of languages in Speech Preferences (including the ones Apple uses for Siri in several countries).
I used to SSH into my wife's Mac and asked her to come over if we are in different rooms :)