importfeed: Display feed title
authorJoey Hess <joeyh@joeyh.name>
Sat, 11 Mar 2023 17:52:41 +0000 (13:52 -0400)
committerJoey Hess <joeyh@joeyh.name>
Sat, 11 Mar 2023 17:52:45 +0000 (13:52 -0400)
commit2323af373658887e7e4d93ee38d92c9ea3cd516c
treeaa0fe30a92ca6cd84dbbf8f7d03f3899a45af0b2
parentf1672fe171a7c3faa689b44ee41aaeed5daeb217
importfeed: Display feed title

When importing a bunch of feeds, this makes it more clear what it's working
on. Also, I sometimes want to delete a particular feed from a list of feeds
but don't know which url belongs to the feed, and this solves that.

Control characters are filtered out just to protect against some feed
putting escape character stuff in the feed, which could be a
security problem. (Control characters also get filtered out of
importfeed filenames.)

Sponsored-by: Luke Shumaker on Patreon
CHANGELOG
Command/ImportFeed.hs