Use izrss instead of Newsboat altogether.
fn
is a simple wrapper around Newsboat to make it easier to launch, configure, and manage your feeds.
See Installation to get started, update, or uninstall.
fn [command]
Command | Description |
---|---|
add <url> |
Add a URL. |
remove <url> |
Remove a URL. |
list |
List all URLs. |
edit |
Edit the URL file. |
configure |
Edit the Newsboat config file. |
launch , start , run |
Launch Newsboat. |
update , upgrade |
Update fn . |
uninstall |
Uninstall fn . |
help , -h , --help |
Display help message. |
-V , --version |
Display current version. |
Any unrecognized commands or options will be passed to Newsboat. For example, As of fn -h
will show the Newsboat help message, not the help message for fn
.v1.2.0
, the following options will be accepted by fn
: -h
, --help
, --version
, -V
. If you want help with Newsboat instead of fn
, use fn run -h
(or just newsboat -h
).
curl -fsSL https://github.com/uncenter/fn/raw/main/install.sh | sh
You may need to manually add either $XDG_BIN_HOME
or $HOME/.local/bin
, depending on the installation location, to your $PATH
if it is not already present.
export PATH="$PATH:$HOME/.local/bin"
FN_NO_ARGS_LAUNCH
- If set, fn
will launch Newsboat when no arguments are provided. By default, fn
will show a brief usage message.