Fx is terminal JSON viewer & processor.
In this release:
-
Inlining (#359)
Now, then pretty printing JSON with:
fx example.json .
fx will inline (printing object in single line) some objects and arrays for improved readability.
-
Added yank of key + value (#358)
-
Added search caching (#355)
-
Fixed waiting of first JSON object in JSONL parsing.
-
Fixed panic of missing JSON object.
-
Improved speed of bash autocomplete on huge JSON files.
-
Fixed keys autocompletion in some cases.