logoalt Hacker News

vomayanktoday at 12:06 AM1 replyview on HN

Interesting project.

What was the main limitation in existing pagers like less that pushed you to build a new one?


Replies

lrobinovitchtoday at 12:26 AM

Author here!

If I were to give this post a longer title, it would be "I made a terminal pager because I needed a really good viewport component for my Go TUIs, then realized that a TUI viewport is just a mini terminal pager and I want the same text navigation and manipulation experience everywhere that I encounter long text blocks in my terminal".

I take no issue at all with `less`, it's super powerful and configurable as I call out in the post. I took the functionality I needed, made it a reusable component for Go TUIs, then made a terminal pager in the form of a Go TUI with it.

show 1 reply