Skip to content

Username-08/lightnovel-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LightNovel-CLI

A simple program to read lightnovels in your terminal. It scrapes freewebnovel

output.mp4

Table Of Contents :toc:

Keybinds

Bind Action
s search for a novel
j or down_arrow scroll down
d scroll down half a page
k or up_arrow scroll up
u scroll up half a page
q quit
h or left_arrow go to previous chapter
l or right_arrow go to next chapter
enter select option under cursor

Installation

Arch Linux

yay -S lightnovel-cli-git

Linux

Dependencies

Make sure you have these installed before compiling from source

rust
ncurses
openssl

Compiling

git clone https://github.com/Username-08/lightnovel-cli.git
cd lightnovel-cli
cargo build --release

Uninstalling

yay -Rns lightnovel-cli-git