Hacker News new | ask | show | jobs
by shihanwan1 773 days ago
I have used this https://github.com/vadimdemedes/ink/ for TUI design, it's "React" for TUI.

It's pretty good but I had to add a bit of sub-process parallelization since I have a long running process in the background.

1 comments

I like https://github.com/Textualize/rich and Textual by the same team, they solve a similar need but using Python.