consoleui
consoleui copied to clipboard
Tiny java library that enables simple UI elements on ANSI console based terminals
Removed `ConsoleReaderImpl`, `CUIRenderer` and `*Prompt` classes. New implementation removed also compile dependency of `Jansi` jar. `PromptBuilder` works as before. Two new modules: 1. Rewritten `ConsolePrompt` In addition to the `prompt()`...
Hey, I am making use of this project as it is a perfect temporary front end for the program I am working on : I could be being missing something,...
This is more a feature request: devise some way to allow validators (and possibly strongly typed converters (ie, integer input)) to be specified. Maybe include some out of the box...
I would follow the Java naming convention on interfaces and classes. Some examples are the `PromtResultItemIF` interface. The IF at the end is really disturbing in my opinion. If you...
If you start the demo with `java -jar build\lib\consoleui-all-*.jar` there are problems on Cygwin and git-bash. On Win7 the first input prompt appears, but after pressing ENTER, the program freezes....
Sometimes it would be handy to get all checkbox entries that changed in a separate result set.