https://github.com/jiro4989/termnovel
A command that to read novel on terminal.
https://github.com/jiro4989/termnovel
cli nim novel tool
Last synced: 6 months ago
JSON representation
A command that to read novel on terminal.
- Host: GitHub
- URL: https://github.com/jiro4989/termnovel
- Owner: jiro4989
- Created: 2019-08-12T14:54:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-23T13:04:04.000Z (about 6 years ago)
- Last Synced: 2025-03-31T17:50:39.035Z (7 months ago)
- Topics: cli, nim, novel, tool
- Language: Nim
- Homepage:
- Size: 197 MB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= termnovel
image:https://travis-ci.org/jiro4989/termnovel.svg?branch=master["Build Status", link="https://travis-ci.org/jiro4989/termnovel"]
`termnovel` is a command to read novels on terminal.
Draw texts when you press any key.
// いますぐ逃げてください
// どこでもいいです
// あなたのいるその場所から
// 一刻も早く逃げてください
// 殺されないためにも
// 私は呪いを見てしまいました
// ここに存在する負の感情に触れてしまいました
// この世のすべてを憎んで、恨んで、妬んで、壊そうとする
// 悲しい感情の片鱗を知ってしまいました
// もう逃れられません
// あなたは決して見ないでください
// あなたはまだ助かるはずです
// 私の話を信じてもらえたら
// このページを閉じて、逃げてください
// そしてこのページを二度と開いてはなりません
// このページのことを誰にも話してはなりません
// 私が最後の犠牲者であってほしいのです
// あなたが私の話を信じてくれると信じています
// 私もあなたが誰にもこの呪いを広めないことを信じます
// だから逃げてください
// 私の分も生き延びてください
// お願いします
image:./doc/headache.gif[]
== Usage
=== Read novel
[source,bash]
----
termnovel read -n
----
=== Search novel ID
[source,bash]
----
termnovel list
----
== Installation
[source,bash]
----
nimble install termnovel
----
== How to add novel
Add novel to `src/novels` as markdown.
About markdown format, please see other novels.