何か重いプロセスあるなと思って見つけたコマンドwhiptail。(何かのインストールが重かった)

パッケージインストールするときのちょっとした質問にこれ使ってるらしい。

$ whiptail --help
Box options:
        --msgbox <text> <height> <width>
        --yesno  <text> <height> <width>
        --infobox <text> <height> <width>
        --inputbox <text> <height> <width> [init]
        --passwordbox <text> <height> <width> [init]
        --textbox <file> <height> <width>
        --menu <text> <height> <width> <listheight> [tag item] ...
        --checklist <text> <height> <width> <listheight> [tag item status]...
        --radiolist <text> <height> <width> <listheight> [tag item stautus]...
        --gauge <text> <height> <width> <percent>
Options: (depend on box-option)
        --clear                         clear screen on exit
        -defaultno                      default no button
        --default-item <string>         set default string
        --fb                            use full buttons
        --nocancel                      no cancel button
        --noitem                        display tags only
        --separate-output <fd>          output one line at a time
        --output-fd <fd>                output to fd, not stdout
        --title <title>                 display title
        --backtitle <backtitle>         display backtitle
        --scrolltext                    force verical scrollbars
        --topleft                       put window in top-left corner

ほう。

$ whiptail --yesno 'unk' 10 18

whiptail

なんかずれてるけど、おしゃれなシェルスクリプトが出来そう。

Comments


Option