I want to get informed when long running command finished.
For example I need to get informed when git pull
finish.
Right now I can use git pull; tput bel
and terminal app will inform me that console require my attention.
Is it possible to execute tput bel
for every command I enter in shell that was run more than 10 seconds?
I'm using tput bel as it works from local and remote ssh sessions.