6 Commits

Author SHA1 Message Date
fcambus
ccc1e8d2a6 Update miller to 5.6.2. 2019-09-23 12:30:30 +00:00
fcambus
cbea8af8fe Update miller to 5.6.0. 2019-09-14 21:41:15 +00:00
fcambus
8031ea8063 Update miller to 5.5.0. 2019-09-01 19:47:56 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
fcambus
19d7031087 Update miller to 5.4.0. 2018-10-16 11:30:37 +00:00
fcambus
5a9bef1aec Import textproc/miller.
Miller (mlr) is like awk, sed, cut, join, and sort for name-indexed data
such as CSV, TSV, and tabular JSON. You get to work with your data using
named fields, without needing to count positional column indices. It is
pipe-friendly and interoperates with the Unix toolkit.

It operates on key-value-pair data while the familiar Unix tools operate
on integer-indexed fields. This encompasses a variety of data formats,
including but not limited to the familiar CSV, TSV, and JSON. (Miller
can handle positionally-indexed data as a special case.)

OK sthen@, solene@
2018-08-02 16:29:48 +00:00