Abstract: I used to run into a problem that when I was compiling software or executing a command for a long time, I would often check to see if the command had been executed. Is there a tool for this? When you execute a make or long-running command, send a notification to your desktop when it’s done, as shown in the picture in this article, so you don’t have to switch to the terminal to see if it’s done.

An overview of the

As far as I have often met such a problem, even in my during the compilation of a software or a command to be executed for a long time will often go to see if this command completes, then will there be such a tool that is in you make or command to be executed for a long time after it completes will send a notification to your desktop, This way, you don’t have to switch to the terminal often to see if the command has been executed, as shown in the picture in this article. So today I recommend a tool called notify-send

Installation and use

Sudo apt-get install libnotify-bin make && notify-send make-finished

Welcome to Bboysoul’s blog at www.bboysoul.com