CommandBox CLI Curses like application

Hi Fellows,
Is it possible in some way to create full Curses applications using CommandBox with tables widgets, spinner, dialogs, menus?
See attached screenshots.
Thanks in advance,
Omar

Capture.PNG

Capture2.PNG

Yes it’s possible, but there aren’t really any helpers built for it at this time. You’d need to manually construct all of the output yourself including redrawing the screen when necessary. You can see the “snake” game for a simple example.

It would be an interesting module for CommandBox to support stuff like this better, but I’m not sure what the API for it would be nor do I have the time or need to work on it myself.

Capture.PNG

Capture2.PNG