Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.

pyhelp

http://starship.python.net/crew/theller/pyhelp.cgi?keyword=%s&version=${version=current}&regexp=${re}
NAME
     pyhelp - Search Python Keyword on http://docs.python.org

SYNOPSIS
     pyhelp [KEYWORD] [-version VERSION] [-re on]

EXAMPLES
     pyhelp user-defined function
         [find help for the `user-defined function' phrase in Python documentation]
     pyhelp email
         [look up `email' keyword in Python online repository]
     pyhelp e?mail -re on
         [use regular expression to extend search results]
     pyhelp email -version 2.1
         [look it up in the documentation of specified (2.1) Python version]
     pyhelp e?mail -re on -version 2.0
         [combine regular expression's and version's indication to refine your search]
     
     
     

DESCRIPTION
     Search Python Manual
     This script looks up keywords in the Python Library Reference, Language Reference, and Python/C API manuals.
     For full text searches better consult the usual web search engines.
    
57 uses - Created 2006-12-04 14:58:24 - Last used 2014-08-22 18:45:10
Is this command broken? Tell Jon if you know how to fix it.
Do you find this command offensive? Let Jon know.