mirror of
https://github.com/only-cli/oc.git
synced 2026-09-15 10:40:56 +02:00
9 lines
334 B
JSON
9 lines
334 B
JSON
{
|
|||
|
|
"domain": "php.net",
|
||
|
|
"commands": {
|
||
|
|
"fn": { "open": "https://www.php.net/manual-lookup.php?pattern={name}", "args": ["name"] },
|
||
|
|
"doc": { "open": "https://www.php.net/manual/en/{path}.php", "args": ["path"] },
|
||
|
|
"search": { "open": "https://html.duckduckgo.com/html/?q=site%3Aphp.net+{query}", "args": ["query"] }
|
||
|
|
}
|
||
|
|
}
|