jnv
jnv copied to clipboard
Interactive JSON filter using jq
``` echo '{ "items": [ {"foo": "bar" }, {"foo": "baz" } ] }' | jnv .items[] # enter tab nothing happen # hope show the 'foo' to select ``` jnv...
If published as a Docker image it can be used easily without depending on cargo or homebrew
It would be nice to have those binaries available to download
when I enter `xterm -cm` and get a terminal without color (from what I understand of what the `-cm` flags are doing) I see blinking during tab completion. I wonder...
When running with a light-coloured terminal background, the colours used for syntax highlighting make it impossible to read:
This would be very useful, for example when entering `.[].timestamp` copy the JSON shown:
At the time of v0.1.0, the author deemed it most appropriate to use the original jq. However, managing C-related stuff during build time had to be undertaken, and this was...
## Motivation - Due to the user's terminal conditions, the default colors might be hard to see - By allowing users to configure colors and keymaps, we aim to improve...
| Key | Action | :- | :- | Alt + B | Move the cursor to the previous nearest character within set(`.`,`\|`,`(`,`)`,`[`,`]`) | Alt + F | Move the...
Say your prompt is something like this, with `^` indicating your cursor position. ``` .[0].hosts[0] ^ ``` if you type `Ctl-Down`, it will become ``` .[0].hosts[1] ^ ```