text-io icon indicating copy to clipboard operation
text-io copied to clipboard

A library for creating interactive console applications in Java

Results 17 text-io issues
Sort by recently updated
recently updated
newest added

Hi, I'm still clueless to change error message when using text-io, do I need to call withParseErrorMessagesProvider for every input reader that have been made? Thanks.

Hi. Can you please provide some documentation or guidance on how to use the MockTextTerminal? I would like to unit-test my business logic and the example in the repository with...

On calling `org.beryx.textio.mock.MockTextTerminal#getOutput` the returned string has all the new lines and leading/trailing spaces removed because `org.beryx.textio.mock.MockTextTerminal#stripAll` is called on the stored string before returning it. Given that the output...

Hi. At the moment, the methods `with[Numbered]PossibleValues` and `withPropertiesConfigurator` only apply globally, aka to all the possible choices. It would be nice to be able to to define the possible...

Hello, Was able to make progress quickly, the command line app is looking great thanks to Text-IO. What is now missing is persistent memory. This can be done on the...

Hi, I looked at APIs for text io and did not find timed wait for input. Did I miss it or is this something not supported in text io? Thanks,...

help wanted
up-for-grabs

As title says, JLine 3 support would really appreciated

help wanted
up-for-grabs

My usecase: By default I'm waiting for some input from user. But sometimes my program's background thread needs to print some output. If I do this — this outputs is...

enhancement
help wanted
up-for-grabs

How do I *restart* a SwingTextTerminal gracefully without quitting the application ? I have a main application running side-by-side with a SwingTextTerminal console in Windows. e.g. I have a while...

It's very usefull register TAB for special command in registerHandler. For example as in linux terminal, TAB tips for commands. Now I cannot register simple "TAB" or "TAB TAB". May...