notify is a simple cross plattform tool that notifies the user when a commandline application is
finished. To run ls -la for example, simply execute
notify ls -la
To install you will need to have a functioning go installation. If so, check out the project and run
go install cmd/notify/notify.go