Hacker News new | ask | show | jobs
by mozillas 3207 days ago
Is there no way to add a notification when the build is finished?

In my case, for python scripts that take a little more time to run, I add a `tput bel` at the end of the script. By doing this iTerm gives me a visual and a gentle sound notification that things are ready.

2 comments

For a little more obvious notification, I like noti.

https://github.com/variadico/noti

Well, it is not actually the compilation but rather the build and reload of a webpage that takes time. But I get a small visual feedback in Vivaldi when its done.

However, sometimes I miss it due to my focus being elsewhere.