2021-08-13 17:40:28 +03:00
|
|
|
$ fq -i
|
|
|
|
null> he\t
|
|
|
|
help
|
2021-09-01 00:42:41 +03:00
|
|
|
hevc_annexb
|
2021-08-13 17:40:28 +03:00
|
|
|
hevc_au
|
|
|
|
hevc_dcr
|
|
|
|
hevc_nalu
|
2022-03-21 19:21:58 +03:00
|
|
|
hevc_pps
|
|
|
|
hevc_sps
|
|
|
|
hevc_vps
|
2021-08-13 17:40:28 +03:00
|
|
|
hex
|
|
|
|
hexdump
|
2021-08-16 19:39:37 +03:00
|
|
|
null> _is_ide\t
|
|
|
|
_is_ident
|
2022-02-21 00:25:46 +03:00
|
|
|
null> {aa: 123} | slurp("test")
|
2021-08-16 19:39:37 +03:00
|
|
|
null> $\t
|
|
|
|
$ENV
|
|
|
|
$test
|
2022-02-21 00:25:46 +03:00
|
|
|
null> $test[].a\t
|
2021-08-16 19:39:37 +03:00
|
|
|
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
|
2022-05-21 20:33:52 +03:00
|
|
|
$ fq -i . test.mp3
|
2021-08-13 17:40:28 +03:00
|
|
|
mp3> .f\t
|
|
|
|
footers
|
|
|
|
frames
|
|
|
|
mp3> ._\t
|
2021-11-05 19:24:49 +03:00
|
|
|
_actual
|
2021-08-13 17:40:28 +03:00
|
|
|
_bits
|
2021-09-28 00:14:08 +03:00
|
|
|
_buffer_root
|
2021-08-13 17:40:28 +03:00
|
|
|
_bytes
|
|
|
|
_description
|
|
|
|
_error
|
|
|
|
_format
|
2021-09-28 00:14:08 +03:00
|
|
|
_format_root
|
2021-12-10 20:18:48 +03:00
|
|
|
_index
|
2021-08-13 17:40:28 +03:00
|
|
|
_len
|
|
|
|
_name
|
2021-12-09 19:15:21 +03:00
|
|
|
_out
|
2021-09-28 00:14:08 +03:00
|
|
|
_parent
|
2021-08-13 17:40:28 +03:00
|
|
|
_path
|
2021-09-28 00:14:08 +03:00
|
|
|
_root
|
2021-08-13 17:40:28 +03:00
|
|
|
_start
|
|
|
|
_stop
|
2021-11-03 19:19:33 +03:00
|
|
|
_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
|
|
|
|
.
|
2022-02-11 20:30:15 +03:00
|
|
|
mp3> "abc" | tobitsrange.s\t
|
|
|
|
size
|
|
|
|
start
|
|
|
|
stop
|
2022-02-11 21:05:20 +03:00
|
|
|
mp3> options.c\t
|
|
|
|
color
|
|
|
|
colors
|
|
|
|
compact
|
2022-02-16 19:10:41 +03:00
|
|
|
completion_timeout
|
2021-08-13 20:35:15 +03:00
|
|
|
mp3> ^D
|