[node-binary](https://github.com/substack/node-binary#bscankey-buffer) has a method `.scan`: ``` js var b = binary() .scan('line', new Buffer('\r\n')) .tap(function (vars) { console.log(vars.line) }); ``` I'll be happy to propose a PR to add this if @deoxxa thinks it's a good idea.