@node FeedsDir @section Feeds directory Create feeds state directories under @file{feeds/}. You can do it manually: @example $ mkdir -p feeds/my_first_feed/@{cur,new,tmp@} $ echo http://example.com/feed.atom > feeds/my_first_feed/url @end example Or you can convert Newsboat @file{urls} file (containing many lines with URLs) with @command{urls2feeds.zsh} to subdirectories hierarchy: @example $ ./urls2feeds.zsh < ~/.newsboat/urls $ cat feeds/blog.stargrave.org_russian_feed.atom/url http://blog.stargrave.org/russian/feed.atom @end example @command{urls2feeds.zsh} won't touch already existing directories and will warn if any of them disappears from @file{urls}.