Skip to content

A command-line interface for searching and downloading books from Library Genesis.

License

Notifications You must be signed in to change notification settings

chaptrhouse/libgencli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libgencli

A command-line interface for searching and downloading books from Library Genesis.

Screenshots

libgen --in title

App Screenshot App Screenshot

Installation

Install libgencli with pipx

pipx install libgencli

Configuration

~/.config/libgen/config.json

{
  "savePath": "~/books",
  "truncateTitles": true,
  "maxTitleLength": 50,
  "style": {
    "pointer": "fg:#f38ba8 bold",
    "highlighted": "fg:#490d90 bg:#cba6f7 bold",
    "question": "fg:#cdd6f4 bold",
    "text": "fg:#cdd6f4",
    "answer": "fg:#c6a0f6 bold"
  }
}

About

A command-line interface for searching and downloading books from Library Genesis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages