Hacker News new | ask | show | jobs
by pstuart 2296 days ago
This appears right under the CLUI post, how apropos. The CLUI stuff looks cool but I'd rather use something more unix-y than nodejs and React.

Seems like ncurses with simple structured data and the right hooks could do something close to what CLUI is doing.

1 comments

Python prompt toolkit can do much of this.
I'm more partial to a self-contained binary type of solution -- C or Go, in this case. But that toolkit does look like a valuable source of inspiration. Thanks!