문서의 이전 판입니다!
Whiptail
| info | |
|---|---|
| name | whiptail |
| full name | whiptail |
| aliases | whiptail |
| tags | tui |
Linux TUI
USAGE
whiptail --title "Message" --msgbox "Hello, World" 10 40
whiptail [WIDGET] [OPTIONS…][WIDGET]–msgbox TEXT HEIGHT WIDTH–yesno TEXT HEIGHT WIDTH–infobox TEXT HEIGHT WIDTH [INIT]–passwordbox TEXT HEIGHT WIDTH [INIT]–textbox TEXT HEIGHT WIDTH–menu TEXT HEIGHT WIDTH LIST_HEIGHT [TAG ITEM]…–checklist TEXT HEIGHT WIDTH LIST_HEIGHT [TAG ITEM STATUS]…–radiolist TEXT HEIGHT WIDTH LIST_HEIGHT [TAG ITEM STATUS]…–gauge TEXT HEIGHT WIDTH PERCENT
[OPTIONS…][OPTIONS…]
–clear: clear screen on exit–defaultno: default no button–default-item STRING: set default string–fullbuttons,–fb: use full buttons–nocancel: no cancel button–yes-button TEXT: set text of yes button–no-button TEXT: set text of no button–ok-button TEXTset text of ok button–cancel-button TEXTset text of cancel button–noitem: don't display items–notags: don't display tags–separate-output: output one line at a time–output-fd FD: output to fd, not stdout–title TITLE: display title–backtitle BACK_TITLE: display backtitle–scrolltext: force vertical scrollbars–topleft: put window in top-left corner–help,-h: print this message–version,-v: print version information