Remix.run Logo
vomayank 8 hours ago

Interesting project.

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

lrobinovitch 8 hours ago | parent [-]

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.

ghthor 6 hours ago | parent [-]

Still use Wander everyday <3