-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a5c570
commit 5100b09
Showing
1 changed file
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,36 @@ | ||
# clibgen | ||
|
||
clibgen is a command line tool for library genesis. (https://libgen.li/) | ||
clibgen is a TUI for library genesis. (https://libgen.li, https://libgen.is) | ||
|
||
|
||
### Install | ||
|
||
# installation | ||
Shell Installation (Mac, Linux) | ||
|
||
```shell | ||
curl -fsSL https://raw.githubusercontent.com/laureanray/clibgen/main/install.sh | sh | ||
``` | ||
|
||
PowerShell Installation (Work in progress) | ||
|
||
# contributing | ||
### Usage | ||
|
||
Search for a book using old the old website (default) | ||
```shell | ||
clibgen search "Eloquent JavaScript" | ||
``` | ||
|
||
Search for a book using the newer website (useful if for some reason the old website is down or the mirrors are not working) | ||
`-m or -mirror` flag | ||
```shell | ||
clibgen search -m "new" "Eloquent JavaScript" | ||
``` | ||
|
||
Limit search results | ||
```shell | ||
clibgen search -n 5 "Eloquent JavaScript" | ||
``` | ||
|
||
|
||
### Found an issue? | ||
Please open up an issue or a PR if you have a fix for it ;) |