MichaelAquilina / zsh-auto-notify

⏰ ZSH plugin that automatically sends out a notification when a long running task has completed.
GNU General Public License v3.0
404 stars 41 forks source link

Is it possible to get this work when working via ssh? #29

Closed grst closed 4 years ago

grst commented 4 years ago

Hi @MichaelAquilina,

great tool! It works perfectly when running in a local terminal, but not when working via SSH on a remote machine.

I don't know how the notification system works... do you think it would be possible to get this to run also when inside SSH?

Cheers, Gregor

MichaelAquilina commented 4 years ago

Hi Gregor,

Unfortunately due the way SSH works that would be impossible. You are effectively working on another machine which has no access to your notification service as well as having its own bash/zsh setup.

Hope that answers your question for you!

grst commented 4 years ago

Thanks, I was already suspecting that.