moar

0.0.9 • Public • Published

moar

moar is an abstraction on top of $PAGER for nodejs. That is, it helps you page data in the terminal from node.

On *nix systems, we can simply run $PAGER, and pipe the data in. If $PAGER isn't set, we default to less.

Windows has more, but it sucks. So, on Windows, we fall back to a pure javascript implementation of similar paging functionality to less.

You can install it like this:

$ npm i moar

and use it like this

var moar = require('moar');
require('request')('http://nodejs.org').pipe(moar).on('end', moar.end);

moar implements some of the writable stream interface, so you can pipe data to it or write to it.

License

MIT, as always.

/moar/

    Package Sidebar

    Install

    npm i moar

    Weekly Downloads

    17

    Version

    0.0.9

    License

    none

    Last publish

    Collaborators

    • russfrank