If you use Apple Mail as your RSS reader, then you might have noticed that there's no easy way to backup your RSS URLs. Well, somebody over at MacOSXHints.com wrote a simple shell script which will export your feed URLs to the shell. The script is:
This can be easily modified to export the URLs to a file called "Mail Feeds" on your desktop:
If the command line isn't for you, I've written a simple applescript which allows you to either export to the clipboard or to a file. You can download it by clicking on this link.
If all this talk about RSS feeds has made you hungry for another one to subscribe to, then you can subscribe to the RSS feed for the MacTipper Blog.
MacTipper Recommends Dropbox!

4/23/08
Leopard Only: Export Mail's RSS Feeds
IFS=$'\n';for i in $(find ~/Library/Mail/RSS/ -name "Info.plist");do grep "http://" $i | sed "s/.*\(http[^<]*\).*/\1/";done
IFS=$'\n';for i in $(find ~/Library/Mail/RSS/ -name "Info.plist");do grep "http://" $i | sed "s/.*\(http[^<]*\).*/\1/" >> ~/Desktop/Mail\ Feeds.txt;done
Posted by
Oliver
at
Wednesday, April 23, 2008
Subscribe to:
Post Comments (Atom)

12 comments:
Note: Only a member of this blog may post a comment.