moor

A human-friendly pager for viewing file contents and command output

brewmacoslinux
Try with needOr install directly
Source

About

Nice to use pager for humans

Commands

moor

Examples

View a file with paging$ moor file.txt
Pipe command output through the pager$ cat large_file.log | moor
View multiple files sequentially$ moor file1.txt file2.txt file3.txt