1
1
mirror of https://github.com/wader/fq.git synced 2024-11-23 09:56:07 +03:00
fq/pkg
Mattias Wadman 033498b289 interp: Don't output raw binary if display is called explicitly
So raw binay is only outputted if stdout is not a terminal and "... | d" is not used..
fq -n '[1,2,3] | tobytes' | cat > binary
fq -n '[1,2,3] | tobytes | d' | cat > hexdump
2023-05-11 14:15:00 +02:00
..
bitio interp,decode: Support decode group argument 2023-05-03 10:01:13 +02:00
checksum crc: Unbreak build on 32-bit arch 2021-12-25 15:47:54 +01:00
cli interp: Make completion work again 2023-03-10 21:58:35 +01:00
decode Merge pull request #415 from pnsafonov/postgres 2023-05-06 09:07:13 +02:00
fqtest fqtest: Run tests in parallell 2022-08-23 20:08:44 +02:00
interp interp: Don't output raw binary if display is called explicitly 2023-05-11 14:15:00 +02:00
ranges ranges,decode: Correctly skip empty ranges when adding unknown fields 2022-09-25 16:02:15 +02:00
scalar interp: Add skip_gaps option for tovalue/-V 2023-04-30 13:04:39 +02:00