diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-11-24 15:21:23 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-11-24 15:21:23 +0100 |
commit | f6e73751078be838fe0d5512500b976a19f20616 (patch) | |
tree | 618a7d2f182e3ebe346cb1417e235897b24b3426 /README | |
parent | 7ab5fc54b9671ee435a6258892b667196c4ad598 (diff) |
README: add rss2email OPML import example
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -39,6 +39,11 @@ for sfeed_update: newsboat -e | sfeed_opml_import > "$HOME/.sfeed/sfeedrc" +an example to export from an other RSS/Atom reader called rss2email (3.x+) and +import for sfeed_update: + + r2e opmlexport | sfeed_opml_import > "$HOME/.sfeed/sfeedrc" + Update feeds, this script merges the new items, see sfeed_update(1) for more information what it can do: |