|
|
|
|
|
by jeffbee
934 days ago
|
|
I guess it's cute that there's some terminal line art library in Rust somewhere, but when I tried to invoke jaq it just pooped megabytes of escape codes into my iTerm and eventually iTerm tried to print to the printer. Too clever. I tried to do `echo *json | rush -- jaq -rf ./this-program.jq {} | datamash ...` and in that context I don't think it's appropriate to try to get artistic with the tty. The cause of the errors, for whatever it's worth, is that `jaq` lacks `strftime`. |
|