How to have Firefox 2 add feeds to aKregator
Friday, December 1st, 2006Create a file named, say, /usr/local/bin/feed-akregator that contains this:
#!/bin/bash
/usr/bin/akregator -a $1 -g "New, Unsorted Feeds"
And use that as the default application to add feeds in Firefox.