jnv
jnv copied to clipboard
Interactive JSON filter using jq
I'd love to use `jnv` with newline delimited json files as well. Right now, when I load an ndjson file, I get the following error: ``` $ jnv ncbi_dataset/data/data_report.jsonl Error:...
``` jnv: /lib64/libc.so.6: version `GLIBC_2.29' not found (required by jnv) jnv: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by jnv) ``` On a AlmaLinux 8 box. This is because the latest...
It would be nice if jnv supported sequences of json objects separate by newlines the way jq does: ``` json { "a": 123 } { "a": 123 } ``` Note:...
cargo install jnv It output error message like: error: failed to run custom build command for `j9-sys v0.1.2` ... error: failed to compile `jnv v0.1.1`, intermediate artifacts can be found...
It would be nice if we add jnv to homebrew-core since they build the project in CI for all current macOS platforms. Here is a formula I wrote. It should...
Partly personal preference, but would like the highlighted line to be lower down, and possibly fixed in place. So context before the line is visible as well as afterwards. Now...
On macOS, I frequently use Option+Arrow Keys to jump through text inputs one "word" at a time. This works in the native shell as well as most text inputs. Would...
Hi there, First off, I'd like to express my appreciation for the work you've put into this project! Muy Bueno! However, I encountered a limitation that I believe could improve...
I love the idea of this tool, and the demo looks really cool too! Installation worked flawlessly with `cargo install jnv`, but when I fired it up on a real...
The problem occurs when `@` symbol is present as a key in a json file, I get autocompletion when I press Tab but then it fails to get the value...