Forrest logo
back to context overview

rsstail

List of commands for rsstail:

  • rsstail:tldr:2d050 rsstail: Show the feed in reverse chronological order (newer at the bottom).
    $ rsstail -r -u ${url}
    try on your machine
    explain this command
  • rsstail:tldr:4e276 rsstail: Show the feed of a given URL and wait for new entries appearing at the bottom.
    $ rsstail -u ${url}
    try on your machine
    explain this command
  • rsstail:tldr:5c145 rsstail: Set update interval.
    $ rsstail -u ${url} -i ${interval_in_seconds}
    try on your machine
    explain this command
  • rsstail:tldr:bbef1 rsstail: Include publication date and link.
    $ rsstail -pl -u ${url}
    try on your machine
    explain this command
  • rsstail:tldr:dd04c rsstail: Show feed and exit.
    $ rsstail -1 -u ${url}
    try on your machine
    explain this command
back to context overview