Skip to content

Instantly share code, notes, and snippets.

View pedro-hs's full-sized avatar
:octocat:
pedro-hs

Pedro Santos Arruda pedro-hs

:octocat:
pedro-hs
View GitHub Profile
@blurayne
blurayne / ui-widget-select.sh
Last active April 29, 2025 10:39
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 <[email protected]>
# Last revised 2019-09-11
#
# ATTENTION! TO BE REFACTORED! FIRST DRAFT!
#