1
1
mirror of https://github.com/wader/fq.git synced 2024-12-02 12:45:53 +03:00
fq/pkg/interp/testdata/completion.fqtest

73 lines
748 B
Plaintext
Raw Normal View History

2021-08-13 17:40:28 +03:00
$ fq -i
null> he\t
help
hevc_annexb
2021-08-13 17:40:28 +03:00
hevc_au
hevc_dcr
hevc_nalu
hevc_pps
hevc_sps
hevc_vps
2021-08-13 17:40:28 +03:00
hex
hexdump
null> _is_ide\t
_is_ident
null> {aa: 123} | slurp("test")
null> $\t
$ENV
$test
null> $test[].a\t
aa
null> {bb: 123} as $aa | $aa.b\t
bb
2021-08-13 17:40:28 +03:00
null> {aa: 123, ab: "a"} | .a\t
aa
ab
2021-09-07 02:38:52 +03:00
null> {a: {aa: 123, ab: "a"}} | .a.a\t
aa
ab
2021-08-13 17:40:28 +03:00
null> {aa: 123, ab: "a"} | repl
> object> .a\t
aa
ab
> object> ^D
null> ^D
$ fq -i . test.mp3
2021-08-13 17:40:28 +03:00
mp3> .f\t
footers
frames
mp3> ._\t
_actual
2021-08-13 17:40:28 +03:00
_bits
_buffer_root
2021-08-13 17:40:28 +03:00
_bytes
_description
_error
_format
_format_root
_index
2021-08-13 17:40:28 +03:00
_len
_name
_out
_parent
2021-08-13 17:40:28 +03:00
_path
_root
2021-08-13 17:40:28 +03:00
_start
_stop
_sym
2021-08-13 17:40:28 +03:00
_unknown
2021-09-06 16:37:55 +03:00
mp3> .frames\t
frames[]
mp3> .frames[]\t
.
mp3> "abc" | tobitsrange.s\t
size
start
stop
mp3> options.c\t
color
colors
compact
completion_timeout
2021-08-13 20:35:15 +03:00
mp3> ^D