blessed-tab-container

Create multi-tab container interfaces in terminal applications with blessed.

npmmacoslinuxwindows
Try with needOr install directly
Source

About

A CLI Multi-Tab Container Utilizing Labels For Blessed

Commands

blessed-tab-container

Examples

create a tabbed interface with multiple labeled sections$ blessed-tab-container --tabs 'Home|Settings|About'
switch between tabs using keyboard navigation in terminal$ blessed-tab-container --active-tab 0
build a dashboard with separate tabs for different data views$ blessed-tab-container --tabs 'Logs|Stats|Config' --height 20
display tabbed content in a blessed terminal UI application$ blessed-tab-container --tabs 'Input|Output|Debug' --width 80
organize terminal interface with clickable tab navigation$ blessed-tab-container --tabs 'Menu|Content|Footer' --mouse