repositorypackage
1.0.6
Repository: https://github.com/gonejack/rss-to-html.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
rss-to-html
This command line saves 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
- or pass URLs directly
> rss-to-html urls...
Flags:
-h, --help Show context-sensitive help.
-f, --feeds="feeds.txt" Feed list file.
-o, --output="./" Output directory.
--db="record.db" sqlite3 db file.
-v, --verbose Verbose printing.