aboutsummaryrefslogtreecommitdiff
path: root/textproc/gron.awk
Commit message (Collapse)AuthorAgeFilesLines
* textproc/gron.awk: Update to 0.2.0Mateusz Piotrowski2022-01-232-4/+4
| | | | Changes: https://github.com/xonixx/gron.awk/releases/tag/v0.2.0
* textproc/gron.awk: New portMateusz Piotrowski2021-11-073-0/+35
gron.awk transforms JSON into discrete assignments to make it easier to grep for fields and to see absolute paths of those. It is reasonably fast with Gawk/Mawk/GoAWK even on large-ish files. Slow with BWK on big JSON files (100K+). WWW: https://github.com/xonixx/gron.awk