I forgot to attribute Dan's writing, and shouldn't have trimmed his words as much, after all mentioning exactly the kind of libraries I listed. Apologies for the fuss and redo:

On 3/24/23 12:42, Dan Ritter wrote:
> cor...@free.fr wrote:>> Should CLI (command line interface) have a nice UI library?
>
> There are many. The generic underlying library is usually
> ncurses. On top of that are more libraries than there are
> languages.

But it needs to be stressed that there are many. For Python there is
Textualize [1], for Go there is Charm [2], rust has a TUI crate [3]
among other options.

Also, OP might be interested in this list of "Modern Unix" tools. [4]

Cheers,
Tom

[1] https://www.textualize.io
[2] https://github.com/charmbracelet
[3] https://docs.rs/tui/latest/tui/
[4] https://github.com/ibraheemdev/modern-unix

Reply via email to