From 4c610e9a90bd332613729eee3788f5173c3a1097 Mon Sep 17 00:00:00 2001 From: yuchunzhou Date: Thu, 26 Sep 2019 04:55:27 +0800 Subject: [PATCH] add package htmlview (#1178) * add package htmlview * Update packages.json --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 69152f4..2568534 100644 --- a/packages.json +++ b/packages.json @@ -14431,5 +14431,17 @@ "description": "A command that to read novel on terminal", "license": "MIT", "web": "https://github.com/jiro4989/termnovel" + }, + { + "name": "htmlview", + "url": "https://github.com/yuchunzhou/htmlview", + "method": "git", + "tags": [ + "html", + "browser" + ], + "description": "View the offline or online html page in browser", + "license": "MIT", + "web": "https://github.com/yuchunzhou/htmlview" } ]