diff options
| author | jiro <jiroron666@gmail.com> | 2019-09-23 19:33:41 +0900 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-09-23 12:33:41 +0200 |
| commit | 54745d03d8a44c8d0dd8bf719f4ca8a31f3526db (patch) | |
| tree | 7c5373d6bb7ed38fc18609d43151b5d0e2bc2169 | |
| parent | e4f1b99b6960745453e94310c8e4e9c371b3b8e1 (diff) | |
| download | packages-54745d03d8a44c8d0dd8bf719f4ca8a31f3526db.tar.gz packages-54745d03d8a44c8d0dd8bf719f4ca8a31f3526db.zip | |
Added package termnovel (#1177)
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
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" } ] |
