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 source (Rust)

cargo install --git https://github.com/ACS-Org/ssynth-cli

Requires Rust 1.75+.

Verify

ssynth --version

Configuration

Config is stored at ~/.config/ssynth/config.toml (permissions 0600). Created automatically on first ssynth login.

You can override the API URL:

# Flag (highest priority)
ssynth --api-url https://api.example.com targets

# Environment variable
export SSYNTH_API_URL=https://api.example.com

# Config file (lowest priority)
# api_url = "https://api.supersynth.ai"