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
- Host: GitHub
- URL: https://github.com/iodar/interactive-menu
- Owner: iodar
- Created: 2024-07-09T21:09:34.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T07:30:06.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T21:26:14.484Z (over 1 year ago)
- Topics: bash, cli, interactive, menu-navigation
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
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.