CLI
RSS
Convert RSS and Atom feeds to markdown.
Usage
allmd rss <url> -o output.mdSupported Formats
- RSS feed URLs
- Atom feed URLs
Example
# 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