jsonfui icon indicating copy to clipboard operation
jsonfui copied to clipboard

Feature request: path to current node

Open henrebotha opened this issue 7 years ago • 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

henrebotha avatar May 05 '17 13:05 henrebotha

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

AdrianSchneider avatar May 05 '17 16:05 AdrianSchneider