1
1
mirror of https://github.com/wader/fq.git synced 2024-11-22 15:45:45 +03:00
fq/pkg/interp
Mattias Wadman fc74f6857c intepr: Revert binary value each
Is a bad idea, behaves confusingly with .. etc. Maybe can be
done in the future via some option to make all raw bits behave
as arrays are instroduced.
2024-08-21 16:33:20 +02:00
..
testdata cli: Add go version to version string 2024-08-20 13:31:51 +02:00
.jq-lsp.jq gojq: Update fq fork 2024-08-19 14:15:02 +02:00
ansi.jq interp: Improve colors when using light background 2023-10-10 11:08:38 +02:00
args.jq cli: Rename --null/nul-output to --raw-output0 2023-08-08 16:33:39 +02:00
args.jq.test dev,test: Use jqtest code from jqjq for jq tests 2022-12-05 20:52:27 +01:00
binary.go intepr: Revert binary value each 2024-08-21 16:33:20 +02:00
binary.jq interp: split: Correctly split binary 2023-09-24 19:52:22 +02:00
bitops.go fq: Use go 1.20 and cleanup 2024-04-01 19:14:10 +02:00
decode.go fq: Use go 1.20 and cleanup 2024-04-01 19:14:10 +02:00
decode.jq doc: fix typos 2023-05-14 21:45:15 +08:00
decorator.go interp: Wrap Binary in decodeValue to fix prompt issue with bits/bytes format 2023-01-04 15:30:05 +01:00
default_register.go fq: Use go 1.20 and cleanup 2024-04-01 19:14:10 +02:00
dump.go Update github-golangci-lint to 1.60.1 from 1.59.1 2024-08-14 20:05:40 +02:00
eval.jq gojq: Update fq fork 2024-08-19 14:15:02 +02:00
format_decode.jq decode,interp: Refactor format groups into a proper struct 2023-04-29 20:02:34 +02:00
format_func.jq raw,bits,bytes: Replace raw format with bits and bytes format that decode to a binary 2022-11-20 19:51:12 +01:00
fqtest_test.go test: Support to more common -update flag 2023-12-06 11:47:38 +01:00
funcs.jq fq: Use trim from gojq 2024-04-19 18:09:00 +02:00
funcs.jq.test interp: trim: Add multi-line support 2023-05-12 00:22:04 +02:00
grep.jq interp: Add internal _is_<type> helpers 2022-05-20 16:49:00 +02:00
help.jq doc: Cleanup and improve texts a bit 2024-04-30 14:16:13 +02:00
init.jq cli: Add go version to version string 2024-08-20 13:31:51 +02:00
internal.jq gojq: Update fq fork 2024-03-24 14:57:42 +01:00
interp.go cli: Add go version to version string 2024-08-20 13:31:51 +02:00
interp.jq interp: Add string_truncate option 2024-04-08 17:45:10 +02:00
jqtest.jq interp: Rename to/from<format> functions to to_/from_<format> 2022-12-21 17:48:39 +01:00
match.go fq: Use go 1.20 and cleanup 2024-04-01 19:14:10 +02:00
options.jq interp: Add string_truncate option 2024-04-08 17:45:10 +02:00
preview.go interp: Add string_truncate option 2024-04-08 17:45:10 +02:00
query.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
query.jq gojq: Update fq fork 2024-08-19 14:15:02 +02:00
query.jq.test gojq: Update fq fork 2024-08-19 14:15:02 +02:00
registry_include.jq interp: Use RegisterFS instead of format files 2022-07-27 13:22:59 +02:00
registry.go fq: Use go 1.20 and cleanup 2024-04-01 19:14:10 +02:00
repl.jq gojq: Update fq fork 2024-03-24 14:57:42 +01:00