franciscolourenco / done

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

Add config for urgency of failed commands #104

Closed nzig closed 3 years ago

nzig commented 3 years ago

Previously the urgency config only applied to successful commands in send-notify, while failed commands always used "critical" urgency.

This implements the suggestion in #103.

franciscolourenco commented 3 years ago

Thanks!