I just uploaded the 0.5 release of the
newsbeuter RSS feed reader to unstable.
Apart from improvements in
HTML rendering and lock file handling the new release:
- adds unicode compatibility
- a new filter language
- support for notifications
and finally you are also able to freely configure all key bindings.
The new filter language is pretty cool, you can now filter feeds for title, url, author etc. (see the documentation for all fields) using regular expressions like:
rssurl =~ "^http:\/\/nion\.modprobe.*", you can use the comparison operators and you are able to logical connect them.
The regexp support also enables you to killfile certain articles using the new
ignore-article option,
ignore-article "*" "title =~ \"SuSE\"" for example ;-P (press F to try it out)
With the notification support you are allowed to execute a specified program if a new article arrives, easy and useful for blog junkies.
Hopefully
newsbeuter will become a good alternative for
raggle and
snownews users now as the snownews author is not really working on it anymore and raggle seems to have a
stalled development as well.