json-tui icon indicating copy to clipboard operation
json-tui copied to clipboard

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

Open Dentrax opened this issue 3 years ago • 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:

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

Dentrax avatar Jan 11 '22 09:01 Dentrax

Sounds like a good idea!

ArthurSonzogni avatar Jan 11 '22 09:01 ArthurSonzogni

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.

ArthurSonzogni avatar Jan 16 '22 09:01 ArthurSonzogni