allmdDocs

RSS

Convert RSS and Atom feeds to markdown.

Usage

bash
allmd rss <url> -o output.md

Supported Formats

  • RSS feed URLs
  • Atom feed URLs

Example

bash
# Convert an RSS feed to markdown
allmd rss https://example.com/feed.xml -o feed.md

# Convert an Atom feed
allmd rss https://example.com/atom.xml -o feed.md