vjeantet / alerter

Send User Alert Notification on Mac OS X from the command-line.
MIT License
936 stars 62 forks source link

timeout closes last notification on expire #11

Open vanHoesel opened 6 years ago

vanHoesel commented 6 years ago

do: alerter -message "One" -timeout 30 &

and then a bit later: alerter -message "Two" &

results to: @TIMEOUT@CLOSED

and only the last one, if you would do this with three or more or multiple message with timeouts, only the last one gets closed as well. That would not be such a big problem, unless you would await a actual user feedback