Eu escrevi alguns pequenos scripts para fazer isso. O script está localizado em github .
Aqui está o guia de instalação:
Instalação
Download ou apenas clone repo
$ git clone [email protected]:c0rp-aubakirov/notify_after_command_executed.git
Em seguida, adicione a fonte do script postexec_notify
ao seu .bashrc
.
Aqui está o exemplo git clone
da instalação:
$ cd ~
$ git clone [email protected]:c0rp-aubakirov/notify_after_command_executed.git
$ cd ~/notify_after_command_executed
$ echo "source $(pwd)/postexec_notify" >> ~/.bashrc
Agora reinicie seu terminal. Após o reinício, você verá estas mensagens:
preexec.sh is not exist
Trying to download it from github
Agora tente testar se a notificação aparece:
$ sleep 6
Por favor, deixe-me saber se algo não está claro ou se você tem algum problema.