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

Commands Overview

Type-aware Python code navigation (powered by ty)

Usage

tyf [OPTIONS] <COMMAND>

Global Options

--workspace
Project root (default: auto-detect)
-v, --verbose
Enable verbose output
--format
Output format: human (default), json, csv, or paths
--detail
Output detail level: condensed (token-efficient, default) or full (verbose)
--timeout
Timeout in seconds for daemon operations (default: 30)
--color
When to use colored output: auto (default), always, or never. Respects the NO_COLOR environment variable.

Commands

show
Definition, type signature, and usages of a symbol by name
find
Find where a symbol is defined by name (–fuzzy for partial matching)
refs
All usages of a symbol across the codebase (by name or file:line:col)
members
Public interface of a class: methods, properties, and class variables
list
All functions, classes, and variables defined in a file
daemon
Manage the background LSP server (auto-starts on first use)