ArthurSonzogni / json-tui

A JSON terminal UI made in C++
MIT License
334 stars 14 forks source link

Feature request: ability to copy the JSON's value at the cursor's position #10

Open Dentrax opened 2 years ago

Dentrax commented 2 years ago

Move cursor to the target key that you want to copy value from.

Screen Shot 2022-01-11 at 12 06 23

Press smth like CMD+C to copy items's value as JSON format:

[
 {
  ...
 },
 {
  ...
 }
]
ArthurSonzogni commented 2 years ago

Sounds like a good idea!

ArthurSonzogni commented 2 years ago

I would like to find a dependency that:

As far as I see, there are not yet one.

So I will have to wait for someone to do it, or do it myself in the future.