angle-grinder icon indicating copy to clipboard operation
angle-grinder copied to clipboard

Support reading from multiple files

Open skeggse opened this issue 3 years ago • 2 comments

error: The argument '--file <file>' was provided more than once, but cannot be used multiple times

USAGE:
    agrind --file <file> <query>

For more information try --help

If you've got a collection of log files, it can be nice to not have to concatenate them first (and might work well with concurrent parsing to avoid a linearization bottleneck?)

skeggse avatar Sep 29 '21 21:09 skeggse

reasonable feature, I think.

rcoh avatar Sep 30 '21 14:09 rcoh

fyi, parsing is single threaded at the moment, the full input stream is deterministically ordered

rcoh avatar Sep 30 '21 14:09 rcoh