Settings

Theme

Show HN: Terminal txt novel reader support bookmark and pagination

2 points by cc-magus 3 months ago · 0 comments · 1 min read


Write with rust, very simple.

github:https://github.com/minxuanz/noveltui

It only supports TXT files.

The bookmark feature is implemented by inserting a symbol at the end of a line and saving it. Every time you exit, the current line will be marked with the bookmark symbol, and the next time you open the file, it will jump to the last bookmarked position. This way, it remembers your reading position, so it’s best to back up the original file.

It also supports custom regular expressions to split chapters and generate a table of contents, automatic reading , and multiple themes.

It works on Linux, macOS, and Windows. It’s just for fun.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection