Linux command
lue 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Read an eBook
lue [path/to/book.epub]
Resume reading the last opened book
lue
Start the navigation guide
lue --guide
Read with a specific TTS model
lue --tts [kokoro] [path/to/book.epub]
Read with a specific voice and speed
lue --voice [en-US-AriaNeural] --speed [1.5] [path/to/book.epub]
Read a PDF with cleaning filter
lue --filter [path/to/book.pdf]
说明
lue is a terminal-based eBook reader with audiobook-quality text-to-speech support. It handles multiple formats including EPUB, PDF, DOCX, HTML, RTF, TXT, and MD. The interface offers three UI complexity modes (Minimal, Medium, and Full) that can be cycled through with the v key. Two built-in keyboard layouts are available for navigation.
参数
- -k, --key _LAYOUT_
- Specify the keyboard layout to use.
- --guide
- Launch the interactive navigation guide.
- --tts _MODEL_
- Use specific TTS model (edge, kokoro, or none).
- --voice _VOICE_
- Use a specific voice (e.g., "en-US-AriaNeural").
- --speed _SPEED_
- Set the speech speed (e.g., 1.5).
- --lang _CODE_
- Specify a language code.
- --over _SECONDS_
- Seconds of overlap between sentences.
- --filter
- Enable PDF cleaning filter (removes page numbers, headers, footnotes).
FAQ
What is the lue command used for?
lue is a terminal-based eBook reader with audiobook-quality text-to-speech support. It handles multiple formats including EPUB, PDF, DOCX, HTML, RTF, TXT, and MD. The interface offers three UI complexity modes (Minimal, Medium, and Full) that can be cycled through with the v key. Two built-in keyboard layouts are available for navigation.
How do I run a basic lue example?
Run `lue [path/to/book.epub]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -k, --key _LAYOUT_ do in lue?
Specify the keyboard layout to use.