aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryuchunzhou <chunzhouyu@gmail.com>2019-09-26 04:55:27 +0800
committerDominik Picheta <dominikpicheta@googlemail.com>2019-09-25 21:55:26 +0100
commit4c610e9a90bd332613729eee3788f5173c3a1097 (patch)
treeb89c2bb4df2335e8386fe7352fe9309404afbd82
parent54745d03d8a44c8d0dd8bf719f4ca8a31f3526db (diff)
downloadpackages-4c610e9a90bd332613729eee3788f5173c3a1097.tar.gz
packages-4c610e9a90bd332613729eee3788f5173c3a1097.zip
add package htmlview (#1178)
* add package htmlview * Update packages.json
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
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"
}
]