Mattias Wadman
Mattias Wadman
Works great :+1:
@Lekensteyn you might want to look at https://github.com/ergochat/readline which i think has these changes plus a bunch of more things
Hey, thanks for keeping this one rebased. Will probably do a new fq release soonish and plan on rebasing my changes on top on this one and do some testing....
The same and hope all is good with you too. I'm keeping a close eye on this repo :) Great, will rebase and test once you ping me. And i...
BTW I had this setup for a while https://github.com/wader/fq/blob/master/doc/dev.md#setup-docker-desktop-with-golang-windows-container when iterating on shared linux/mac/windows code, but i think the windows cli behaved weirdly via docker so maybe not ideal for...
Hey did some basic testing with fq on windows using the new "cmd.exe", seems to work fine 👍
@danielhoherd yeap think so too. as mentioned above probably dup of #2001
@nicowilliams thanks a lot for the writeup! will surely try wrap my head around it once i'm back home
Think i understand a bit more now. Ill try explain it back to you again :) each path expression outputted by LHS gets the same RHS value, and that value...
I ran into this issue today while massaging logs. Did this workaround: Put text below into `fromdate.jq`, add argument `-L `, prepend `include "fromdate";` to filter. ```jq # replace fromdateiso8601...