Forrest logo
back to context overview

newsboat

List of commands for newsboat:

  • newsboat:tldr:2b4ed newsboat: First import feed URLs from an OPML file.
    $ newsboat -i ${my-feeds-xml}
    try on your machine
    explain this command
  • newsboat:tldr:2f790 newsboat: Alternatively, add feeds manually.
    $ echo ${http:--example-com-path-to-feed} >> "${HOME}/.newsboat/urls"
    try on your machine
    explain this command
  • newsboat:tldr:a6950 newsboat: Start newsboat and refresh all feeds on startup.
    $ newsboat -r
    try on your machine
    explain this command
  • newsboat:tldr:cc2b5 newsboat: Execute a space-separated list of commands in non-interactive mode.
    $ newsboat -x ${reload print-unread ---}
    try on your machine
    explain this command
back to context overview