Newsboat Desktop Notifications
from Churbleyimyam@lemm.ee to linux@lemmy.ml on 09 Jan 10:45
https://lemm.ee/post/52123252

Does anyone know if it’s possible to get desktop notifications when a new post is discovered by Newsboat from a given RSS feed?

#linux

threaded - newest

z3rOR0ne@lemmy.ml on 09 Jan 12:10 next collapse

Not sure, but here is an old reddit post about it:

…catsarch.com/…/how_to_make_newsboat_use_the_syst…

And the bash script that might work if used in conjunction with a cron job:

github.com/LukeSmithxyz/voidrice/blob/…/sb-news

Trent@lemmy.ml on 09 Jan 14:18 next collapse

Yes, but not for a specific feed. It’s all or none. You could make individual url files for each feed and call them in sequence with cron or something, but that’d probably get unwieldly. You can also (I think…) control the format of the notification.

taiidan@slrpnk.net on 10 Jan 16:35 collapse

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 using dunst) when the number increases.