1
1
mirror of https://github.com/wader/fq.git synced 2024-11-10 10:11:39 +03:00
fq/pkg/interp
Mattias Wadman b66e3287f2
Merge pull request #112 from wader/interp-cleanup-d-alises
interp: Cleanup display aliases, now: d, da, dd, dv, ddv
2022-01-29 12:28:46 +01:00
..
testdata Merge pull request #112 from wader/interp-cleanup-d-alises 2022-01-29 12:28:46 +01:00
args_test.jq repl: completion in jq 2021-09-12 13:08:56 +02:00
args.jq repl: completion in jq 2021-09-12 13:08:56 +02:00
assert.jq interp: Cleanup stdio usage and functions 2022-01-05 21:41:11 +01:00
bitops.go interp,fq: Make bit operators normal functions 2022-01-09 01:06:36 +01:00
buffer.go interp: Remove buffer smartness for regexp match functions 2022-01-05 21:13:39 +01:00
buffer.jq interp: Rename s/bufferrange/buffer and cleanup 2021-11-30 21:10:26 +01:00
decode.go decode,interp: Add arbitrary large integer support (BigInt) 2022-01-15 19:00:42 +01:00
decode.jq interp: Cleanup stdio usage and functions 2022-01-05 21:41:11 +01:00
decorator.go decode,interp: Add arbitrary large integer support (BigInt) 2022-01-15 19:00:42 +01:00
dump.go interp: Use correct sym color 2022-01-24 16:57:35 +01:00
formats.jq interp: Add torepr/0 that converts decode value into what it reptresents 2022-01-12 17:33:58 +01:00
fqtest_test.go mod: Use proper path and dont use replace 2021-09-12 13:08:50 +02:00
funcs_test.jq funcs: Make intdiv truncate to int 2021-09-12 13:08:55 +02:00
funcs.go interp: Rename s/bufferrange/buffer and cleanup 2021-11-30 21:10:26 +01:00
funcs.jq interp: Cleanup stdio usage and functions 2022-01-05 21:41:11 +01:00
grep.jq interp: Add grep_by/1 to recursively match using a filter 2022-01-24 18:26:25 +01:00
internal.jq interp: Add stderr again for jq compat 2022-01-07 11:30:09 +01:00
interp.go interp: Add Platform() method to OS interface 2022-01-29 11:31:36 +01:00
interp.jq Merge pull request #112 from wader/interp-cleanup-d-alises 2022-01-29 12:28:46 +01:00
match.go interp: Rework buffer regex support 2021-12-17 16:23:44 +01:00
match.jq interp: Remove buffer smartness for regexp match functions 2022-01-05 21:13:39 +01:00
options.jq doc: Use f($a; $b) instead of jq f/2 notation 2022-01-27 09:55:45 +01:00
preview.go decode,interp: Finish up nil value support 2022-01-17 10:49:46 +01:00
query_test.jq repl: use map in _query_slurp_wrap 2021-09-12 13:08:55 +02:00
query.go interp: Move jq function impls closer to where they belong 2021-11-16 11:43:11 +01:00
query.jq repl: completion in jq 2021-09-12 13:08:56 +02:00
repl.jq repl: Make prompt for array and iter more jqish 2022-01-10 20:02:43 +01:00
testjq.sh make: Move testjq.sh into pkg/interp 2021-11-12 00:23:16 +01:00