An open API service indexing awesome lists of open source software.

https://github.com/iodar/interactive-menu

Code snippit for an interactive bash menu
https://github.com/iodar/interactive-menu

bash cli interactive menu-navigation

Last synced: about 2 months ago
JSON representation

Code snippit for an interactive bash menu

Awesome Lists containing this project

README

          

= Interactive menu for `bash`

A snippet to run an interactive menu your favourite `bash` script.

Just run `./interactive-menu` in your `bash` terminal to see it in action.

== Customisation

To change the items of the menu, simply customise the array `$menu_items` in link:./interactive-menu[`interactive-menu`] to your liking.