Merge pull request #53 from ynqa/v0.4.0/release

v0.4.0
This commit is contained in:
ynqa
2024-08-13 18:40:31 +09:00
committed by GitHub
3 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -543,7 +543,7 @@ dependencies = [
[[package]]
name = "jnv"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"anyhow",
"arboard",

View File

@@ -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"

View File

@@ -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