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 March 15, 2024 20:27
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!
#