mirror of
https://github.com/ynqa/jnv.git
synced 2025-12-21 10:19:36 -06:00
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -543,7 +543,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "jnv"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"arboard",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "jnv"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
authors = ["ynqa <un.pensiero.vano@gmail.com>"]
|
||||
edition = "2021"
|
||||
description = "JSON navigator and interactive filter leveraging jq"
|
||||
|
||||
@@ -140,6 +140,8 @@ jnv data.json
|
||||
| <kbd>Alt + F</kbd> | Move the cursor to the next nearest character within set(`.`,`\|`,`(`,`)`,`[`,`]`)
|
||||
| <kbd>Ctrl + W</kbd> | Erase to the previous nearest character within set(`.`,`\|`,`(`,`)`,`[`,`]`)
|
||||
| <kbd>Alt + D</kbd> | Erase to the next nearest character within set(`.`,`\|`,`(`,`)`,`[`,`]`)
|
||||
| <kbd>Ctrl + O</kbd> | Copy current JSON content to clipboard
|
||||
| <kbd>Ctrl + Q</kbd> | Copy current query to clipboard
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user