From bc86153e8312f53a19c7c33c1cc7ffdabc40c589 Mon Sep 17 00:00:00 2001 From: ynqa Date: Wed, 7 Aug 2024 22:42:06 +0900 Subject: [PATCH 1/2] bump up version to v0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d30f5f..6f1ab34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -543,7 +543,7 @@ dependencies = [ [[package]] name = "jnv" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index e47dc29..50f31bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jnv" -version = "0.3.0" +version = "0.4.0" authors = ["ynqa "] edition = "2021" description = "JSON navigator and interactive filter leveraging jq" From 7ba83defc32bdd1ccef0a61e4e29c97be7d94e36 Mon Sep 17 00:00:00 2001 From: ynqa Date: Thu, 8 Aug 2024 02:16:46 +0900 Subject: [PATCH 2/2] update readme~ --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1702164..15e9839 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,8 @@ jnv data.json | Alt + F | Move the cursor to the next nearest character within set(`.`,`\|`,`(`,`)`,`[`,`]`) | Ctrl + W | Erase to the previous nearest character within set(`.`,`\|`,`(`,`)`,`[`,`]`) | Alt + D | Erase to the next nearest character within set(`.`,`\|`,`(`,`)`,`[`,`]`) +| Ctrl + O | Copy current JSON content to clipboard +| Ctrl + Q | Copy current query to clipboard ## Usage