mirror of
https://github.com/only-cli/oc.git
synced 2026-09-15 10:40:56 +02:00
9 lines
349 B
JSON
9 lines
349 B
JSON
{
|
|||
|
|
"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"] }
|
||
|
|
}
|
||
|
|
}
|