AdrianSchneider/jsonfui

Feature request: path to current node

Opened this issue · 1 comments

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:

foo > bar > baz

Great suggestion! I'll give some thought to how I'd render that and see what I can do...