Fresh

fresh search

Search for content across documentation pages

The search command searches for content across all pages of a documentation site.

Usage

fresh search <QUERY> <URL> [OPTIONS]

Examples

# Basic search
fresh search "virtual environment" https://docs.python.org/3/

# Case insensitive search
fresh search "async" https://docs.python.org/3/

# Search with verbose output
fresh search "logging" https://docs.python.org/3/ --verbose

Options

OptionShortDescription
--limit-nMaximum number of results
--verbose-vShow detailed output
--format-fOutput format: json, table

Output

Results are displayed with the page title and the matching content:

Found 5 results for "virtual environment":

1. /tutorial/venv.html
   Creating Virtual Environments

2. /library/venv.html
   venv — Creation of virtual environments

On this page