-
Notifications
You must be signed in to change notification settings - Fork 447
Description
Is your feature request related to a problem? Please describe.
I would love to use this, but I am searching for a way to have a grid menu selection in the terminal.
Describe the solution you'd like
The ability to select blocks in a command like
gum choose $(gum join --align center --vertical "$(gum join "$(gum style --padding "1 5" --border double --border-foreground 212 "I")" "$(gum style --padding "1 4" --border double --border-foreground 57 "LOVE")")" "$(gum join "$(gum style --padding "1 8" --border double --border-foreground 255 "Bubble")" "$(gum style --padding "1 5" --border double --border-foreground 240 "Gum")")")
and actually be able to select the blocks.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Considering using whiptail, but it is less than optimal. Would rather use gum
Additional context
Add any other context or screenshots about the feature request here.