A unix-inspired cli application for interacting with rss feeds
Go to file
Clortox 7f2da61313 Initial Commit 2021-07-23 19:18:13 -04:00
bin Initial Commit 2021-07-23 19:18:13 -04:00
.gitignore Initial Commit 2021-07-23 19:18:13 -04:00
Makefile Initial Commit 2021-07-23 19:18:13 -04:00
README.md Initial Commit 2021-07-23 19:18:13 -04:00

README.md

rss-cli

A unix-inspired cli application for interacting with rss feeds

Build

Depends on

  • rapidxml
  • libcurl

To build

make all

To install

make install

Usage