Home

Awesome

tmux-newsboat

Display newsboat counters in tmux status line.

Installation with Tmux Plugin Manager (recommended)

Add plugin to the list of TPM plugins in .tmux.conf:

set -g @plugin 'tmux-plugins/tmux-newsboat'

Hit prefix + I to fetch the plugin and source it. You should now be able to use the plugin.

Manual Installation

Clone the repo:

$ git clone https://github.com/tmux-plugins/tmux-newsboat ~/clone/path

Add this line to the bottom of .tmux.conf:

run-shell ~/clone/path/newsboat.tmux

Reload TMUX environment with: $ tmux source-file ~/.tmux.conf. You should now be able to use the plugin.

Additional installation steps

After installing the plugin, there are a couple more installation steps:

auto-reload yes   # fetch new content when starting program
reload-time 10    # fetch new content every 10 minutes
notify-always yes # update tmux counters after every fetch
notify-format "%d %n %f"
notify-program "<plugin-installation-dir>/bin/tmux-newsboat"

Where <plugin-installation-dir> from the above will most likely be

FAQ

License

MIT