lv

Powerful multi-lingual file viewer and grep tool with syntax highlighting

brewmacoslinux
Try with needOr install directly
Source

About

Powerful multi-lingual file viewer/grep

Commands

lv

Examples

View a file with syntax highlighting and paging$ lv filename.txt
Search for a pattern in a file with highlighted matches$ lv -i 'search_pattern' filename.txt
Pipe command output through lv for viewing$ cat logfile.log | lv