winget install --id Miller.Miller
About Miller
Miller 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. This is something the Unix toolkit always could have done, and arguably always should have done. It operates on key-value-pair data while the familiar Unix tools operate on integer-indexed fields: if the natural data structure for the latter is the array, then Miller’s natural data structure is the insertion-orde...
What's new in 6.13.0
New features - Add a stat DSL function by @johnkerl in #1560 - Add mad accumulator for stats1 DSL function by @johnkerl in #1561 - Support $NO_COLOR by @johnkerl in #1580 Bug fixes - Fraction bugfix by @oandrew in #1579 - Fix local time when TZ is not set by @balki in #1649 - Bash process substitution not working with put -f by @johnkerl in #1583 - Be smarter about auto-unflatten by @johnkerl in #1584 - RS aliases for ASCII top-of-table control characters are misnamed by @johnkerl in #1620 - Fix binary data in JSON output by @johnkerl in #1626 - Fix prepipe handling when filenames have whitespace by @johnkerl in #1627 - Error in splita/splitax when field contains a single non-string value by @johnkerl in #1629 Documentation updates - Update reference-verbs.md by @aborruso in #1665 - Characters to be removed by @aborruso in #1668 - Fix minor typo by @austinletson in #1673 - Enable admonition extension by @aborruso in #1636 - To realize which chapter and section are active by @aborruso in #1631 - To have edit and copy code in each page by @aborruso in #1632 - Update extra.css by @aborruso in #1633 - A note about positional field names by @aborruso in #1634 - Fix typo in online help for --no-jlistwrap by @johnkerl in #1541 - Try to build readthedocs .epub and .pdf by @johnkerl in #1548 - On-line help for mlr summary --transpose by @johnkerl in #1581 - Note IANA TSV support by @johnkerl in #1582 - Source-file update for PR 1634 by @johnkerl in #1635 - Update source material for #1665 by @johnkerl in #1666 - Fix 1668 error-source by @johnkerl in #1672 Minor changes - The package...
Version history
| Version | Updated | Notes |
|---|---|---|
| 6.13.0 | Unknown | New features - Add a stat DSL function by @johnkerl in #1560 - Add mad accumulator for stats1 DSL function by @johnkerl in #1561 - Support $NO_COLOR by @johnkerl in #1580 Bug fixes - Fraction bugfix by @oandrew in #1579... |
| 6.12.0 | Unknown | Release notes |
| 6.11.0 | Unknown | Release notes |
| 6.10.0 | Unknown | Release notes |
| 6.9.0 | Unknown | - Add DSL functions for integer nanoseconds since the epoch by @johnkerl in #1326 - Add %N and %O for strfntime by @johnkerl in #1334 - Add %s format specifier for strftime by @johnkerl in #1335 - Requested on issue #115... |