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 towl

Requires Rust 1.75 or later. Install Rust via rustup if needed.

From Source

git clone https://github.com/glottologist/towl.git
cd towl
cargo build --release

The binary will be at target/release/towl.

Verify Installation

towl --version
towl --help

Requirements

  • Rust: 1.75+
  • git: Required on PATH for towl init (extracts GitHub owner/repo from the git remote)
  • OS: Linux, macOS, Windows