Simple parser for shell-style data output
Tiny and handy lib for parsing the usual space-separated tables we get as shell commands outputs
Intended to provide better shell output to Javascript object parsing, turning a whitespace-delimited table (such as ps aux) returns, into an array of Javascript objects, each object keyed on column headers, using row values.
