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
11–20 of 53 posts
Re: Show HN: Ov – feature rich terminal pager
#12One 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
#13I'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…
Re: Show HN: Ov – feature rich terminal pager
#14ov 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
#15Re: Show HN: Ov – feature rich terminal pager
#16[flagged]
Re: Show HN: Ov – feature rich terminal pager
#17Re: Show HN: Ov – feature rich terminal pager
#18If the log-file viewing capabilities look interesting to you, check out lnav, which is built for that and excels at it: https://lnav.org/
One very useful feature for this I didn't see listed for lnav was to support adjusting for timestamps in different timezones, like maybe you have a desktop's log in local time that you're trying to reconcile with servers. (A related but less-important bonus would be to be able to specify smaller arbitrary clock drift/offsets for each log.)
Re: Show HN: Ov – feature rich terminal pager
#19[flagged]