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

related

Find files that are temporally coupled to a given file – files that frequently change together in git history.

Usage

bobbin related <FILE> [OPTIONS]

Examples

bobbin related src/auth.rs
bobbin related src/auth.rs --limit 20
bobbin related src/auth.rs --threshold 0.5   # Only strong coupling

Options

FlagShortDescription
--limit <N>-nMaximum results (default: 10)
--threshold <F>Minimum coupling score (default: 0.0)