From 18d0f3320b1869b19aae098baedcf9b4b17ca819 Mon Sep 17 00:00:00 2001 From: jiro4989 Date: Fri, 22 May 2020 23:56:29 +0000 Subject: [PATCH] Added package markx --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 48914d5..29895e6 100644 --- a/packages.json +++ b/packages.json @@ -17970,5 +17970,19 @@ "description": "nmi display animations aimed to correct users who accidentally enter nmi instead of nim.", "license": "MIT", "web": "https://github.com/jiro4989/nmi" + }, + { + "name": "markx", + "url": "https://github.com/jiro4989/markx", + "method": "git", + "tags": [ + "exec", + "command", + "cli", + "vi" + ], + "description": "markx selects execution targets with editor and executes commands.", + "license": "MIT", + "web": "https://github.com/jiro4989/markx" } ]