So, there are web frameworks, there are GUI frameworks, I was just wondering if there was a console/command line framework for ruby?
Specifically, I would like to be able to:
- Have a particular view wherein I could tab to different input segments. Exactly like you can do with forms on a web page.
- I would like the usual console shortcuts to work (ctr-k, ctr-a, ctr-e, etc)
- If the cursor is at a certain input position, sometimes I would like it to response to a single key press event, rather than my having to enter text and then press enter.
Does not have to be a unified framework. But I notice that it does seem somewhat cumbersome to write console apps in ruby. Are there any tools that make this easier?