Does anyone know if it’s possible to get desktop notifications when a new post is discovered by Newsboat from a given RSS feed?
Does anyone know if it’s possible to get desktop notifications when a new post is discovered by Newsboat from a given RSS feed?
You could use
newsboat -x reload && newsboat -x print-unread
as a good start to get the status of unread articles and print a notification (for example usingdunst
) when the number increases.