ziggy icon indicating copy to clipboard operation
ziggy copied to clipboard

Ziggy should support automation/notification

Open vanhauser-thc opened this issue 7 months ago • 0 comments

automation:

  • If cargo ziggy build fails then send a notification
  • If cargo ziggy run fails then send a notification
  • If a crash is found, send a notification (once per day only, collect them)
  • If no coverage is found for X minutes, send a notification (once per day)

Notification: execute a specified OS command.

Maybe something like:

-B command
-R command
-C command
-S 30:command  (stalled coverage for 30 minutes: execute command once per day)

vanhauser-thc avatar Jan 18 '24 17:01 vanhauser-thc