This came up as part of #48. Some commands generate a lot of output, and mostly we don't pipe them to a pager at the moment.
Some of our commands exec git directly, so those may use a pager already, but over time more of the commands will probably be directly implemented in sno rather than execcing git.
We should add an output pager (presumably usually less) and ways of customising it.