I have a nice notification tool – it displays text under prompt of all active shells (Zsh):
https://asciinema.org/a/156726
I want to notify "Build finished", ideally with additional information "... with 0 warnings 0 errors", maybe also with project name. Is this possible with Eclipse? It just needs to run "zc-bg-notify -q 'text'" after finishing build.
PS. It's CDT, external builder (makefiles in Debug/), gcc toolchain, for STM32 microcontrollers.