https://github.com/lifailon/console-menu
Graphical interactive console menu for your bash/shell scripts
https://github.com/lifailon/console-menu
bash console console-gui console-interface console-menu gui linux linux-gui menu shell shell-guide terminal-app terminal-menu terminal-ui text-user-interface tui user-interface
Last synced: 3 months ago
JSON representation
Graphical interactive console menu for your bash/shell scripts
- Host: GitHub
- URL: https://github.com/lifailon/console-menu
- Owner: Lifailon
- License: apache-2.0
- Created: 2023-10-12T14:06:25.000Z (over 1 year ago)
- Default Branch: rsa
- Last Pushed: 2023-10-20T15:50:23.000Z (over 1 year ago)
- Last Synced: 2025-03-28T03:30:08.340Z (3 months ago)
- Topics: bash, console, console-gui, console-interface, console-menu, gui, linux, linux-gui, menu, shell, shell-guide, terminal-app, terminal-menu, terminal-ui, text-user-interface, tui, user-interface
- Language: Shell
- Homepage:
- Size: 2.09 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Console-Menu
Graphical console menu for bash/shell scripts and using the ASCII Art logo.

## 🚀 Using
**No dependency**. Used only **tput** 💛.
- Set your menu items in the array: menu **(5 line)**
- Set your logo in array: **logo (13 line)**
- Take an example and describe your application logic in **line 72-85**⭐ The highest commendation would be to give this project a **star**.