mirror of
https://github.com/tstack/lnav
synced 2024-11-17 15:29:40 +00:00
3128dc772c
This is a checkpoint of the improvements to the sqlite integration. The data_parser stuff should be much better now and I've tried to improve other parts of the user experience as well.
10 lines
405 B
Groff
10 lines
405 B
Groff
qualified:name: foo=1 bar=2
|
|
key 16:19 ^-^ foo
|
|
num 20:21 ^ 1
|
|
val 20:21 ^ 1
|
|
pair 16:21 ^---^ foo=1
|
|
key 22:25 ^-^ bar
|
|
num 26:27 ^ 2
|
|
val 26:27 ^ 2
|
|
pair 22:27 ^---^ bar=2
|