ArthurSonzogni/json-tui

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

Dentrax opened this issue · 2 comments

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:

[
 {
  ...
 },
 {
  ...
 }
]

Sounds like a good idea!

I would like to find a dependency that:

  • Is written in C or C++.
  • Correctly use CMake.
  • Do not require libraries to handle images like libpng libjpg. As much as possible, do not depends users to install libraries.
  • Is cross-platform.

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.