It's nice to have access to such UI components from the command line. One of my favorite is pbpaste/pbcopy. What's yours?
`security` lets you manipulate your Keychains. `say` lets you do text-to-speech in command line.
For example, if I want to install mercurial and git with homebrew:
brew install git mercurial; say "The task is finished, Master."