gron
gron copied to clipboard
Make JSON greppable!
I'm super excited by this project. I've been dreaming of something like this for a while. `jq` is powerful but it won't do for certain use cases. The issue: when...
When trying to process a 3GB JSON file on a machine with 62GB of available RAM, gron terminates (after about an hour) with the message `fatal error: runtime: out of...
As aliases for `--colorize` and `--monochrome`, for consistency with git.
It is unsafe to use a `gron | ungron` pipeline. The `gron` from `gron-linux-amd64-0.5.2.tgz` seems to have a 65535 byte limit on input to `gron --ungron` which does not match...
Very cool tool. I haven't done anything serious with it yet. I've only been playing around so far. But I did notice that error messages don't include the line number...
hi there Firstly, this is an absolutely incredible tool, it's genuinely changed my life! I wanted to try contribute in some way. I had trouble building this because it seems...
https://github.com/tomnomnom/gron/blob/ea98316d77374fe98ec4ec99e424dc766021c374/README.mkd?plain=1#L86-L90 ~~~ > curl -i headers.jsontest.com HTTP/1.1 404 Not Found Content-Length: 272 Content-Type: text/html; charset=UTF-8 Date: Tue, 14 Jan 2025 14:15:47 GMT ~~~
This PR adds newer Go versions to the .travis.yml config file. Looks like it was fairly old. I debated whether or not I should remove the old versions and just...
This PR piggybacks on the work started in https://github.com/tomnomnom/gron/pull/113 (which seems to have stalled out) to add a file which performs Bash completions (https://github.com/tomnomnom/gron/issues/112). Here's an example of me using...