most

A powerful paging program for viewing text files with advanced features

brewmacoslinux
Try with needOr install directly
Source

About

Powerful paging program

Commands

most

Examples

View a file with most pager$ most /path/to/file.txt
Pipe command output through most$ cat largefile.log | most
View man pages with most as pager$ man -P most bash