urls2opml
urls2opml converts a text file, one url per line, to OPML XML. It reads from standard input and writes to standard output.
Convert a newsboat “url” file to OPML.
cat .newsboat/url | cut -d \" -f 1 |\
grep -v '#' | urls2opml \
>subscriptions.opml