rss2email 1.0.0

An RSS feed aggregator that notifies you of new posts via email.
Documentation
1
2
3
4
# Converts the `feeds.txt` contents into a corretly formatted string that
# can be used as an environment variable.

((Get-Content "./feeds.txt") -replace "#.*$", "" | Where-Object {$_.trim() -ne "" }) -join ";"