Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

From crates.io

cargo install laurus-cli

This installs the laurus binary to ~/.cargo/bin/.

From source

git clone https://github.com/mosuka/laurus.git
cd laurus
cargo install --path laurus-cli

Verify

laurus --version

Shell Completion

Generate completion scripts for your shell:

# Bash
laurus --help

# The CLI uses clap, so shell completions can be generated
# with clap_complete if needed in a future release.