After delivering all the feeds to Maildirs by rssdrop, I also need a notification daemon in my byobu shell.
Byobu supports custom script and display the outputs in the bottom bar. And particularly, you can use colors in byobu script’s output!
After delivering all the feeds to Maildirs by rssdrop, I also need a notification daemon in my byobu shell.
Byobu supports custom script and display the outputs in the bottom bar. And particularly, you can use colors in byobu script’s output!
rssdrop is a perl script to deliver feeds to Maildirs. The origin script is out of date and very buggy. So I create a fork and fixed lots of problems.
The dependencies are perl-xml-simple
, perl-date-manip
and perl-lwp-protocol-https
.