What does HackerNews think of hnterm?

:page_with_curl: Hacker News in the terminal

Language: C++

#39 in Terminal
Love this! Bubbletea is a great library for TUIs. I've been a long time user of hnterm (https://github.com/ggerganov/hnterm) which has a nice feature for collapsing comment threads, but doesn't look as nice otherwise.
I don't use github so I'll just leave these here:

more HN clients:

https://github.com/ggerganov/hnterm

https://github.com/wtheisen/TerminusBrowser (also supports 4chan, reddit and others)

RSS reader: https://github.com/qw3rtty/neix

window manager for the console: https://gitlab.com/AutumnMeowMeow/xtermwm

lots of other top replacements out there as well: bpytop, vtop, gtop, bottom, zenith, tiptop, nmon etc.

and even more resources for this kind of stuff: https://old.reddit.com/r/commandline/

> What are some additional features in mind that you are planning to add?

I don't really have any particular ideas in mind rn. I would love to receive feedbacks and ideas from the community.

> Here is an idea for extra hacker vibe - try adding "The Matrix" effect when rendering the screen: https://twitter.com/ggerganov/status/1337719342465748993

Wow this looks dope. I'll try it out.

I just realize that you are the author of https://github.com/ggerganov/hnterm. I just came across with it recently while finding some HackerNews apps on GitHub. If I understand correctly, `hnterm` seems to use the official Hacker news API for rendering. I found it quite hard to use compared to the HN Algolia APIs. Do you have any suggestions on how to utilize the official APIs better?