Skip to content

Instantly share code, notes, and snippets.

View xunleii's full-sized avatar

Alexandre Nicolaie xunleii

  • Paris, France
View GitHub Profile
@blurayne
blurayne / ui-widget-select.sh
Last active November 2, 2024 19:45
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!
#