Skip to content

Instantly share code, notes, and snippets.

@Taisgeal
Taisgeal / ui-widget-select.sh
Created August 23, 2021 09:36 — forked from blurayne/ui-widget-select.sh
Pure BASH interactive CLI/TUI menu (single and multi-select/checkboxes)
#!/bin/bash
##
# Pure BASH interactive CLI/TUI menu (single and multi-select/checkboxes)
#
# Author: Markus Geiger <mg@evolution515.net>
# Last revised 2019-09-11
#
# ATTENTION! TO BE REFACTORED! FIRST DRAFT!
#