Show HN: Ov – feature rich terminal pager
1–10 of 53 posts
Re: Show HN: Ov – feature rich terminal pager
#2- 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
#3Definitely going to give this a try.
Re: Show HN: Ov – feature rich terminal pager
#4I'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
#5I'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
#6I'm impressed by the documentation. Commonly used options with examples fairly high up, then a complete overview of all the options below that. Definitely going to give this a try.
Re: Show HN: Ov – feature rich terminal pager
#7I'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
#8Re: Show HN: Ov – feature rich terminal pager
#9Re: Show HN: Ov – feature rich terminal pager
#10I'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…
Better links: