I'm surprised there aren't more pagers besides `less` and `more`. Alternatives I've found online: - https://linux.die.net/man/1/most (multiple files/windows at once) - https://github.com/sharkdp/bat (uses `less` under the hood, syntax highlighting and git diffs) - https://linux.die.net/man/1/lesskey (add parameters to `less`) - https://github.com/ivanov/kanten (looks abandoned) - "Just use vim" (and vim's paging is r…
Show HN: Ov – feature rich terminal pager
41–50 of 53 posts
Re: Show HN: Ov – feature rich terminal pager
#42Re: Show HN: Ov – feature rich terminal pager
#43ov looks really nice and probable deserves a try. I like the section thing, it's going to be useful for diffs to go file by file. One feature I discovered recently in less that I'm always using now is filtering: type '&' and then the thing you're looking for, and less will only show matching lines.
Re: Show HN: Ov – feature rich terminal pager
#44Any markdown support? I don't see any in the feature list. :(
Re: Show HN: Ov – feature rich terminal pager
#45Suppose it is a technicality, but if it can't handle large (larger than available memory, that is) files [0], it's not a pager. [0] https://github.com/noborus/ov/issues/201
Re: Show HN: Ov – feature rich terminal pager
#46Re: Show HN: Ov – feature rich terminal pager
#47Suppose it is a technicality, but if it can't handle large (larger than available memory, that is) files [0], it's not a pager. [0] https://github.com/noborus/ov/issues/201
I see memory efficiency as an issue, but not as a priority issue as it was 30 years ago.
Re: Show HN: Ov – feature rich terminal pager
#48```
```
Re: Show HN: Ov – feature rich terminal pager
#49Anyone tried using this for a scrollback pager for kitty terminal? I have a convoluted nvim incantation right now I’d love to replace.
scrollback_pager ovRe: Show HN: Ov – feature rich terminal pager
#50Anyone tried using this for a scrollback pager for kitty terminal? I have a convoluted nvim incantation right now I’d love to replace.
Yes, it works by adding to kitty.conf: scrollback_pager ov