Command line tool to save RSS articles as html files.

Install
> go get github.com/gonejack/rss-to-html
Usage
Save your feed urls into feeds.txt
> rss-to-html -f feeds.txt
Usage:
rss-to-html [-f feeds.txt] [flags]
Flags:
-f, --feeds string feed list (default "./feeds.txt")
-o, --outdir string output directory (default ".")
-v, --verbose verbose
-h, --help help for rss-to-html