Usage¶
searchdocs¶
Search for SEARCH_TERM in the Python documentation, and print the URL of the best match.
searchdocs [OPTIONS] SEARCH_TERM
Options
-
--browser¶ Open the documentation in the default web browser.
Arguments
-
SEARCH_TERM¶ Required argument.
Tip
The output from the searchdocs command can be piped into the lynx(1) command
to open a web browser in the terminal:
searchdocs rmtree | lynx -