There should be a possibility to launch the pager while still generating the data it is supposed to show. Proposed API: ``` with echo_via_pager() as f: f.write('foobar') ```