Import Safari feeds into Electric River - mjgardner/Safari-Shared-Links-to-OPML GitHub Wiki

Electric River is Dave Winer’s latest river-of-news RSS reader running on the desktop. Here’s how to use my stylesheet to import your Safari “Shared Links” feeds into it:

  1. Type into Terminal:

     curl -O https://mjg.ph/safari2opml && \
     xsltproc -o ~/Library/Application\ Support/electronRiver/river5/lists/safari.opml \
              WebFeedSources2OPML.xslt ~/Library/Safari/WebFeedSources.plist
    
  2. There is no step 2.