linux - Ubuntu - Notifications/alarm after end of job execution in terminal -
i work lot of simulations take sometime. in meantime, prefer spending time writing article or other jobs. have check periodically when simulation going end. since there lots of experts here, wanted ask best way notify when job execution done terminal. preferably visual notification (like popup)?
superuser might more relevant question. example answer.
the simplest way use notify-send
:
sleep 5 && notify-send 'done'
Comments
Post a Comment