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

CLI Cheat Sheet

CommandDescription
txLaunch the TUI.
tx search [query]List sessions. Use --full-text to search every message and --role to filter by user or assistant.
tx resume <session-id>Resume a session with its original configuration.
tx export <session-id>Export a transcript as Markdown.
tx config listEnumerate currently active configuration files.
tx config dumpPrint the merged configuration.
tx config whereShow the source location for a specific key.
tx config lintRun configuration validation checks.
tx doctorDiagnose common environment and dependency issues.
tx self-update [--version]Update the binary to the latest (or specified) GitHub release.