]> git.armaanb.net Git - bin.git/blob - man/rss.1.scd
rss: implement parallel downloads
[bin.git] / man / rss.1.scd
1 rss(1)
2
3 # NAME
4 rss - fetch rss feeds and launch sfeed_curses
5
6 # SYNOPSIS
7 rss [path to feeds] [number of threads]
8
9 # DESCRIPTION
10 Downloads RSS feeds listed in the file provided by the first argument (defaults
11 to ~/org/feeds), and opens them in sfeed_curses. Download with as many parallel
12 jobs as specified in the second argument (defaults to 4). Depends on
13 sfeed_curses and libxml2.
14
15 # COPYRIGHT
16 This is free and unencumbered software released into the public domain. For more
17 information, please refer to <https://unlicense.org/>.