sapling-streampager

Pager for command output and large files with search and filtering.

cargomacoslinuxwindows
Try with needOr install directly

About

streampager is a pager for command output or large files

Commands

sp

Examples

scroll through command output one page at a time$ cat large_file.txt | sp
search for text while viewing file contents$ sp large_file.txt
page through log output and find errors$ tail -f app.log | sp
view git diff with pagination and search$ git diff HEAD~10 | sp
browse long command results without terminal scrollback limits$ npm list | sp