Create interactive prompt menus.
With fisherman
fisher menu
menu 1 2 3
> 1
2
3
Set cursor character.
Default: >.
Set hover item style.
Default: None.
Enable multiple choice mode.
Default: false.
Set selected item style.
Default: None.
Checked item glyph.
Default: [x]
Unchecked item glyph.
Default: [ ]
Use menu_selected_index to retrieve the selected item index from $argv.
set -l items "Batman" "Flash" "Superman" "Aquaman"
set -l menu_hover_item_style -o black -b yellow
set -l menu_cursor_glyph ▶
set -l menu_cursor_glyph_style -o
menu $items