
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 machineexplain this command
-
newsboat:tldr:2f790 newsboat: Alternatively, add feeds manually.$ echo ${http:--example-com-path-to-feed} >> "${HOME}/.newsboat/urls"try on your machineexplain this command
-
newsboat:tldr:a6950 newsboat: Start newsboat and refresh all feeds on startup.$ newsboat -rtry on your machineexplain 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 machineexplain this command