jx-0.5.3 is not a library.
jx
|
Installation
cargo install jx
Usage
| Key | Action |
|---|---|
| H | Show help. |
| q Ctrl+c | Quit. |
| j k | Next/Previous node. |
| h l | In/Out node. |
| y e | Scroll one line up/down. |
| u d | Scroll half page up/down. |
| b f | Scroll full page up/down. |
| g | Go to first line. |
| G | Go to last line. |
| < | Scroll left. |
| > | Scroll right. |
| Space | Toggle a fold. |
| s | Sort selected. |
| S | Sort selected reversed. |
| / | Search. |
| ? | Search backward. |
| n | Repeat previous search. |
| N | Repeat previous search in reverse. |
| & | Filter. |
| Esc | Clear search/filter. |
| c Ctrl+Shift+C | Copy the selection (pretty). |
| C | Copy the value (pretty). |
| r | Copy the selection (raw). |
| R | Copy the value (raw). |
| Enter | Output the selection (pretty). |
| Shift+Enter | Output the value (pretty). |
| o | Output the selection (raw). |
| O | Output the value (raw). |
| # | Toggle line numbers. |
| w | Toggle line wrapping. |
Features
- Navigation.
- Copy selection or value to clipboard.
- Output selection or value to console.
- Pretty-printing.
- Searching.
- Filtering.
- Sorting.
- Scrolling.
- Horizontal scrolling.
- Folding.
- Syntax highlighting.
- Multiple files.
- Broken files.
- Line numbers.
- Line wrapping.