jless icon indicating copy to clipboard operation
jless copied to clipboard

jless is a command-line JSON viewer designed for reading, exploring, and searching through JSON data.

Results 93 jless issues
Sort by recently updated
recently updated
newest added

Can you add line number like `cat -n` or `less -N` ?

Feature Request

I propose to add keymappings that would enable jless user in data mode to move to the next element of the same level. Since `J`/`K` are already mapped perhaps `gj`/`gk`...

When App is created in main, it was possible that it would return and error and still have an exit code of 0. This has now been changed to 1...

Vim's Gruvbox theme highlights escape sequences in bright orange (within green text) and it looks really good.

Feature Request

Please consider adding a feature similar to [vim fold level](https://vim-jp.org/vimdoc-en/fold.html). It would require `zM`, `zm`, `zr`, `zR` key mappings and let users fold JSON by levels. ``` zm Fold more:...

JSON with comments file cannot be open now. The program simply shows `Unable to parse input: "Parse error"` and exits. A JSON with comments file may look like this: ```...

Parsing

When trying to parse any valid JSON, `jless` opens the preview, but when pressing any button, e.g. arrows, the following message appears at the bottom "Error: Could not parse an...

Thanks a lot for your command line json viewer, I really appreciate the effort you put into! It would be really nice if the data would be reloaded (maybe with...

Feature Request

When I try to build on Ubuntu (Pop!_OS 21.10) using `cargo install jless` I get errors trying to find xcb even though I have installed xcb: ``` Compiling jless v0.8.0...

Build