logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

RSSTail - Monitor RSS Feeds | Online Free DevTools by Hexmos

Monitor RSS feeds with RSSTail. Track website updates, new content, and blog posts in real-time directly from your terminal. Free online tool, no registration required.

rsstail

tail for RSS feeds. More information: https://manned.org/rsstail.

  • Show the feed of a given URL and wait for new entries appearing at the bottom:

rsstail -u {{url}}

  • Show the feed in reverse chronological order (newer at the bottom):

rsstail -r -u {{url}}

  • Include publication date and link:

rsstail -pl -u {{url}}

  • Set update interval:

rsstail -u {{url}} -i {{interval_in_seconds}}

  • Show feed and exit:

rsstail -1 -u {{url}}

See Also