ov

Feature-rich terminal-based text viewer with syntax highlighting

brewmacoslinux
Try with needOr install directly
Source

About

Feature-rich terminal-based text viewer

Commands

ov

Examples

View a file with syntax highlighting$ ov file.txt
Pipe command output to ov for interactive viewing$ cat largefile.log | ov
View with line numbers and search functionality$ ov -N file.py