Would be nice to see a line at the bottom of the screen that shows the path taken to get to the current node. For instance, if we are currently looking at the contents of the key baz in this structure:
"foo": {
"bar": {
"baz": {
"qux": 1
}
}
}
I want to see this at the bottom:
Would be nice to see a line at the bottom of the screen that shows the path taken to get to the current node. For instance, if we are currently looking at the contents of the key
bazin this structure:I want to see this at the bottom: