Tmux plugin that enables displaying sessions list and RW flag of the current session.
Introduces a new #{sessions_bar} format.
This plugin will be useful if you have a workflow similar to mine:
- every project/topic requires a separate session
- every action/task(e.g. build, test, debug etc) within the project requires a separate pane
- panes are grouped in some meaningful way using windows(e.g. test, docs, conf)
Add #{sessions_bar} format string to your existing status-right tmux option.
set -g status-right "#{sessions_bar}"