MiloszKrajewski / TooMany

Docker inspired console application host for Windows
MIT License
6 stars 1 forks source link

Notifications #30

Open jonathonhawkins92 opened 3 years ago

jonathonhawkins92 commented 3 years ago

The user should be able to enable notifications via a setting menu, this might go well with bits from #27 as being able to set a Regexp to find a set output to trigger a notification on would be quite nice, say [ERROR] when stderr isn't properly used. 😉

This might also be extend-able once #29 is done, as service workers give you a few more tools with in your notifications, like action buttons.