I\'m trying to implement something similar to git log, which will only page the output if the log is of a certain length. If you\'re not familiar with git, I\'
git log
I didn't like executing external commands, so I wrote pager in pure Python. It still has a problem - piped input works only for Windows.