Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.
/ fn Public archive

🗞️ Launch, configure, and manage your feeds for Newsboat.

License

Notifications You must be signed in to change notification settings

uncenter/fn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚧 ARCHIVED 🚧

Use izrss instead of Newsboat altogether.


fn

Recording of using fn in the terminal

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.

Usage

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, fn -h will show the Newsboat help message, not the help message for fn. As of 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).

Installation

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"

Environment variables

FN_NO_ARGS_LAUNCH - If set, fn will launch Newsboat when no arguments are provided. By default, fn will show a brief usage message.

License

MIT

About

🗞️ Launch, configure, and manage your feeds for Newsboat.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published