From 2baaac6094c2ad32d83c749b495f3e3f6287409a Mon Sep 17 00:00:00 2001 From: u1and0 Date: Mon, 17 Oct 2022 21:09:16 +0900 Subject: [PATCH] Added package jtr (#2388) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 007dbaa..94ec661 100644 --- a/packages.json +++ b/packages.json @@ -27732,5 +27732,17 @@ "description": "stdin tab completion library", "license": "MIT", "web": "https://github.com/z-kk/tabcompletion" + }, + { + "name": "jtr", + "url": "https://github.com/u1and0/jtr", + "method": "git", + "tags": [ + "cli", + "json" + ], + "description": "jtr is a commmand of JSON tree viewer with type", + "license": "MIT", + "web": "https://github.com/u1and0/jtr" } ]