notify-run/notify.run

Add option to keep old messages around on screen

Opened this issue · 1 comments

when sending 2 consecutive messages, only the final one is shown, the old one disappears.

notify-run send "hello"
notify-run send "world"

we can see "hello", then it gets replaced with "world" immediately.

The behavior you describe fits the original use-case of notify, which was to send messages about the status of a single ongoing process (old notifications are obsolete the moment another message comes in). I see the value of what you describe, though; I think it would make a good optional feature to keep the other messages around.

(For my own later use:) It looks like this could be accomplished by providing a tag with the message: https://developers.google.com/web/fundamentals/push-notifications/notification-behaviour