PaulJuliusMartinez / jless

jless is a command-line JSON viewer designed for reading, exploring, and searching through JSON data.
https://jless.io
MIT License
4.73k stars 91 forks source link

Feature idea: Add command/keymap to open file at selected node in vim, or configurable editor #133

Open pedropombeiro opened 12 months ago

pedropombeiro commented 12 months ago

It would be great to be able to use jless for json/yaml navigation, but then allowing pressing 'e' for example to open the file in vim at the specified location. This could be configurable with a template environment variable that would get filled with the line/column position.