m4yers / tmux-sessions-bar

Tmux plugin that displays current sessions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tmux sessions bar

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)

Usage

Add #{sessions_bar} format string to your existing status-right tmux option.

set -g status-right "#{sessions_bar}"

About

Tmux plugin that displays current sessions

License:MIT License


Languages

Language:Shell 100.0%