An open API service indexing awesome lists of open source software.

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.

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.