franciscolourenco / done

A fish-shell package to automatically receive notifications when long processes finish.
MIT License
770 stars 70 forks source link

Default excluded commands #37

Closed BarbzYHOOL closed 4 years ago

BarbzYHOOL commented 6 years ago

I suggest to add these commands to the default ignored commands:

nano vim edit sudoedit ssh top man htop iotop less more

If I find more I'll note them down.

Feel free to discuss them

franciscolourenco commented 5 years ago

These are commands which are supposed to terminate while your terminal is in the foreground - in which case the script should not send a notification.

On the other hand, if a ssh session in the background, you might want to know about it.

Do you receive a notifications when run these commands?

BarbzYHOOL commented 5 years ago

Hmm you're right, I don't know how but I received notification with some of these commands but I don't remember how and why

ammgws commented 4 years ago

Is it safe to close this issue now? I cannot reproduce it either.