dongyx / onerss

Merge Multiple RSS Feeds into One, with Powerful Functions but Simple Interfaces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onerss

onerss is a Unix command-line project which merges multiple RSS 2.0 feeds into one.

onerss aims to provide most functions with fewest options.

Installation

Runtime dependencies:

Install onerss by the following commands:

make
sudo make install

By default, onerss is installed to /usr/local.

Usage

  • onerss [options] [file...]

    Options:

      -p          prepend channel title to item title
      -c          set item category to channel title
      -t <title>  set title of merged channel
      -d <desc>   set description of merged channel
      -l <link>   set link of merged channel
    
  • onerss --help

    Print the usage

  • onerss --version

    Print the version

Documentation

See <https://www.dyx.name/notes/onerss.html>. It contains a lot of examples, from the simplest merging task to the most complicated one.

About

Merge Multiple RSS Feeds into One, with Powerful Functions but Simple Interfaces

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 82.8%Language:Makefile 17.2%