Files
oc/clis/docs.python.org.json
T

9 lines
349 B
JSON
Raw Normal View History

{
"domain": "docs.python.org",
"commands": {
"library": { "open": "https://docs.python.org/3/library/{module}.html", "args": ["module"] },
"doc": { "open": "https://docs.python.org/3/{path}.html", "args": ["path"] },
"search": { "open": "https://html.duckduckgo.com/html/?q=site%3Adocs.python.org+{query}", "args": ["query"] }
}
}