Hacker News new | ask | show | jobs
by a-saleh 1608 days ago
, I like it, but I am not sure about diving into Golant again.

Any way to use it in other languages?

Or do I just keep poking at Rich[1] in Python?

[1] https://rich.readthedocs.io/en/latest/

2 comments

The one thing that jumps out at me that this has that Rich doesn't is the List selector thing and Viewports (Rich might have that but I haven't looked too hard)
Rich is the low level part, for list select or viewports, you need the high level lib from the same author: textual (https://github.com/willmcgugan/textual).
In that case, you can use something like Questionary.

https://github.com/tmbo/questionary

A quick google shows that go can expose functions to c, so presumably you could use it in any language that has a c ffi.