Live data from Hacker News

Show HN: Ov – feature rich terminal pager

github.com

1–10 of 53 posts

Re: Show HN: Ov – feature rich terminal pager

#2
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 really good, so this is viable, in fact probably the most viable so far)

`less` is a great program, despite being old there aren't really many flaws. It's one of those tools that don't really need updates or improvements. But I do think there are a few features which would be nice to have (automatic ANSI coloring, tailing, syntax highlighting, support for files like sqlite and tar - which of which are in ov).

The one thing which `less` may have over `ov` (besides already being on most distros) is speed. `less` takes in really large files, or forever terminal output, and is still really fast. And I find that when I use `less` I use it with large files or terminal output often. Though I don't actually know if `ov` is any slower, it's something the dev should watch out for (I don't see "speed" mentioned in the README).

Re: Show HN: Ov – feature rich terminal pager

#4

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…

First of all please keep in mind that "less" is wonderfully updated https://github.com/gwsw/less ov is built for speed, but "less" is often better. "bat" is a nice application, but it's not a pager. I believe "bat" is not suitable for opening large files. https://twitter.com/noborus/status/1610111558574804993?s=20&...

Re: Show HN: Ov – feature rich terminal pager

#5

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…

[deleted]

Re: Show HN: Ov – feature rich terminal pager

#7

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…

ANSI coloring and tailing is supported by less. Press F to start tailing. Many programs detect if they are redirected to a pipe and then stop to emit ANSI color codes.

Re: Show HN: Ov – feature rich terminal pager

#10

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…

linux.die.net man pages are horribly outdated.

Better links:

https://github.com/jedsoft/most/raw/master/doc/most.txt

https://www.man7.org/linux/man-pages/man1/lesskey.1.html

Post reply on HN