blessed-tab-container

Multi-tab container for Blessed terminal UIs with label support

npmmacoslinuxwindows
Try with needOr install directly
Source

About

A CLI Multi-Tab Container Utilizing Labels For Blessed

Commands

blessed-tab-container

Examples

Create a basic multi-tab container with labeled tabs$ blessed-tab-container --tabs 'Tab1' 'Tab2' 'Tab3'
Launch interactive tab container with custom styling$ blessed-tab-container --style bold --fg white --bg blue
Display tab container with initial active tab selection$ blessed-tab-container --tabs 'Home' 'Settings' 'About' --active 2