Back to work
| Filed under: development, ploneThanks to a tweet by @pypi I discovered collective.backtowork, created by Patrick Gerken.
The package, of which version 0.5.2 was released today, is small but can be very useful. It shows a notification when a Zope instance has started.

It currently only works on Linux systems. If you know how to do something similar for OS X or Windows, please fork the code and add the necessary incantations.
Oh, my Zope instance is ready, so I'm back to work...
Comments
./bin/buildout ; notify-send "Buildout done"
by using the semicolon instead of && you are guaranteed to get a notification
I only wish that notify-send would also work over the net
alias bnf='bin/buildout -v ; notify-send "Buildout in $(pwd) is done"
@Lennart: a buildout extension would indeed be very nice (especially if it could send different notifications based on the success or failure of the build)! Please keep us informed or let me know if I can contribute.
./bin/instance fg || notify-send "Zope startup failed"
Since there are no event handlers for import errors and things.