TomNomNom
TomNomNom
@jan-schulz-k24 @filippog firstly: thank you for your patience! I've added basic support for multi-object input in b9faf397 At the moment it only supports one object per line; I'm not 100%...
Hey! I think on balance adding a `debugger.json` pattern as @Jab2870 suggests is probably the better idea IMO. My `debug-pages` pattern is really about finding debug/error pages in the output...
Hi Jakob, thanks for your message :) The tool is in my hacks repo for good reason! It's really an experiment to find things like this out; so thank you...
Hi @jaxxstorm! Thanks for raising an issue :) Thank you for your kind words! Can I ask what issues you encountered when trying to build it and what version of...
As mentioned by @geeknik, `$GOPATH/bin` must be in your `$PATH`. Either add it to your `.bashrc` using a text editor, or run: ``` echo 'export PATH=$PATH:$GOPATH/bin' >> ~/.bashrc ``` And...
This is a great idea :) I think specifying the flag multiple times is probably the most 'standard' way to do it - it's how the `-H` / `--header` flag...
Hey! Thanks for raising an issue! Is there any chance you're able to provide me with the contents of your domains.txt to help me debug? Or perhaps a single domain...
Hi @JayAndCatchFire! Thanks for raising an issue! As per issue #33, this might actually be very difficult to for the `gron` mode because of Go's JSON parser not exposing any...
Hi @Jab2870! I think this is a good idea. I'll give it some thought over the next week or two of how best to move forward in a way that...
Hi @jspashett! Thanks for submitting an issue :) I think it would make sense to use the same behaviour as the stream mode in this case; i.e. treating each file...