From 54745d03d8a44c8d0dd8bf719f4ca8a31f3526db Mon Sep 17 00:00:00 2001 From: jiro Date: Mon, 23 Sep 2019 19:33:41 +0900 Subject: [PATCH] Added package termnovel (#1177) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 4c9849a..69152f4 100644 --- a/packages.json +++ b/packages.json @@ -14418,5 +14418,18 @@ "description": "A simple task runner. Run tasks and watch file changes with custom paths.", "license": "MIT", "web": "https://github.com/jiro4989/monit" + }, + { + "name": "termnovel", + "url": "https://github.com/jiro4989/termnovel", + "method": "git", + "tags": [ + "cli", + "novel", + "tui" + ], + "description": "A command that to read novel on terminal", + "license": "MIT", + "web": "https://github.com/jiro4989/termnovel" } ]