I am using bunch of scripts all the time and I'm getting tired of always typing the commands in terminal, so I would want to write some sort of user interface. Think of something like "aptitude" with live updates through a loop something like "top". It is a VPS so I cant do it graphical.
All I need is simple menus, moving between items with arrows and such. Is there a good tutorial, is it even possible with bash?
Thanks in advance for your time.