I have an array of Names and URLs and would like to present the user with a list of the names in form of an up-/down-scrollable menu. Basically what dialog allows within the shell.
I have looked into ncurses-ruby, rdialog and HighLine but they all seem to be either abandoned as a project or throw errors even from their examples (if at all existent).
Could someone kindly point me to either a nice, usable gem that does TUI menus or a simple (I'll be new to this then...) introduction on how to to this in Rails (ie. presentation of available data (=what I have in my array)) and how to handle the user's choice?
Thank you!