Run the book2kindle CLI to search Z-Library and send EPUBs to Kindle.
Execute: .venv/bin/book2kindle $ARGUMENTS
$ARGUMENTS is empty, run .venv/bin/book2kindle --help and present the available commands.search : run .venv/bin/book2kindle search "" and display the results as a numbered list.send --pick N : run .venv/bin/book2kindle send "" --pick N directly.send without --pick: first run .venv/bin/book2kindle search "" to show results, then ask the user which one to send. Once they choose, run .venv/bin/book2kindle send "" --pick N .--pick, --limit).Present CLI output conversationally. Summarize results clearly — show book title, author, format, and file size when available.
共 1 个版本