Skip to content

laureanray/clibgen

Repository files navigation

clibgen

Go Report Card
clibgen is a TUI for library genesis. (https://libgen.li, https://libgen.is)

ezgif com-gif-maker (7)

Installation

Shell Installation (Mac, Linux)

Install Latest Release

curl -fsSL https://raw.githubusercontent.com/laureanray/clibgen/main/install.sh | sh

PowerShell Installation (Windows)

iwr https://raw.githubusercontent.com/laureanray/clibgen/main/install.ps1 -useb | iex

Manual Installation (Binaries)

  • Download the file for your platform and version you need in the releases page
  • Extract to where you store your binaries
  • Add the binaries directory to your PATH

Usage

Search for a book using the old website (default)

clibgen search "Eloquent JavaScript"

Search

Usage:
  clibgen search [flags]

Flags:
  -f, --filter string           search by [title, author, isbn] (default "title")
  -h, --help                    help for search
  -l, --l string                Standard or Faster Download link (default usually works for most of the files) [default, faster] (default "default")
  -n, --number of results int   number of result(s) to be displayed maximum: 25 (default 10)
  -o, --output string           Output directory (default "./")

Found an issue?

Please open up an issue or a PR if you have a fix for it.