markbt / streampager

A pager for command output or large files
MIT License
45 stars 11 forks source link

Bounded read ahead for streams #15

Closed quark-zju closed 4 years ago

quark-zju commented 4 years ago

Pause loading input streams if they produce too much data. For commands like hg log, the blocking behavior can pause their calculation, which can be desirable.

Fixes #7.