1
1
mirror of https://github.com/wader/fq.git synced 2024-09-11 20:07:11 +03:00
fq/pkg/interp
2023-05-17 15:10:32 +02:00
..
testdata interp: Make binary also respect bits_format 2023-05-17 15:10:32 +02:00
.jq-lsp.jq doc,fq: Improve cli help and some cleanup 2023-02-15 11:04:39 +01:00
ansi.jq interp,repl: Add path and value colors to prompt 2022-03-03 18:25:19 +01:00
args.jq interp: Rework formats and options help 2022-03-03 18:25:20 +01:00
args.jq.test dev,test: Use jqtest code from jqjq for jq tests 2022-12-05 20:52:27 +01:00
binary.go interp: Make binary also respect bits_format 2023-05-17 15:10:32 +02:00
binary.jq bits,bytes: Behave as binary instead of raw decode value 2023-05-11 18:45:16 +02:00
bitops.go *extra: Rename <pkg>extra to just <pkg>ex and refactor to use generics 2022-08-12 16:29:47 +02:00
decode.go interp: Make binary also respect bits_format 2023-05-17 15:10:32 +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 decode,interp: Refactor format groups into a proper struct 2023-04-29 20:02:34 +02:00
dump.go interp: Add hex bits format 2023-05-15 17:31:38 +02:00
eval.jq interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +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 doc,dev: Add more usage and dev tips 2022-12-03 19:00:47 +01:00
funcs.jq interp: trim: Add multi-line support 2023-05-12 00:22:04 +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 interp: Add --value-output/-V option to do tovalue before output 2023-04-13 11:29:16 +02:00
init.jq interp: Don't output raw binary if display is called explicitly 2023-05-11 14:15:00 +02:00
internal.jq doc: fix typos 2023-05-14 21:45:15 +08:00
interp.go interp: Add hex bits format 2023-05-15 17:31:38 +02:00
interp.jq interp: Don't output raw binary if display is called explicitly 2023-05-11 14:15:00 +02:00
jqtest.jq interp: Rename to/from<format> functions to to_/from_<format> 2022-12-21 17:48:39 +01:00
match.go doc: fix typos 2023-05-14 21:45:15 +08:00
options.jq doc: fix typos 2023-05-14 21:45:15 +08:00
preview.go interp: Wrap Binary in decodeValue to fix prompt issue with bits/bytes format 2023-01-04 15:30:05 +01:00
query.go interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
query.jq decode,interp: Support for format specific options 2022-05-01 17:08:30 +02:00
query.jq.test dev,test: Use jqtest code from jqjq for jq tests 2022-12-05 20:52:27 +01:00
registry_include.jq interp: Use RegisterFS instead of format files 2022-07-27 13:22:59 +02:00
registry.go decode,interp: Refactor format groups into a proper struct 2023-04-29 20:02:34 +02:00
repl.jq doc: fix typos 2023-05-14 21:45:15 +08:00