newt

Library for building color text mode widget-based user interfaces

brewmacoslinux
Try with needOr install directly
Source

About

Library for color text mode, widget based user interfaces

Commands

newt

Examples

Display a simple message box dialog$ newt whiptail --msgbox 'Hello World' 10 40
Create a yes/no confirmation dialog$ newt whiptail --yesno 'Do you want to continue?' 10 40
Show an input box to get user text input$ newt whiptail --inputbox 'Enter your name:' 10 40