I have been writing simple bash scripts for a while now, and I was wondering how I could implement simple menus and, if possible, use menus with color.
In the past,
I haven't used this myself, but have you checked out bashsimplecurses? From the documentation, it looks like a possible solution.
there is a package called dialog, is this relevant to your requirement?