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 redshank-cli --locked

From source

Requires Rust 1.94+ stable.

git clone https://github.com/greysquirr3l/redshank.git
cd redshank
cargo build --release

The binary lands at target/release/redshank.

Optional features

FeatureDescription
stygianEnables stygian-graph pipelines and stygian-browser anti-detection for JS-rendered pages. Requires Chrome.
coralineAdds Coraline MCP tool bindings for self-directed code navigation.

Build with a feature:

cargo build --release --features stygian