The source project of this merge request has been removed.
Tracker miner rss options to list and delete feeds
I was playing with tracker-miner-rss and gfeeds, and I realized this would be nice to be able to manage the feeds from the CLI.
This patch adds tow paramaters to tracker-miner-rss
- a
--list
option that list feeds - a
--delete
option that deletes a feed, given a feed URL
I tried to respect the GNOME C coding style guidelines but I may have missed some things.