mirror of
https://github.com/only-cli/oc.git
synced 2026-09-15 10:40:56 +02:00
9 lines
339 B
JSON
9 lines
339 B
JSON
{
|
|||
|
|
"domain": "en.cppreference.com",
|
||
|
|
"commands": {
|
||
|
|
"cpp": { "open": "https://en.cppreference.com/cpp/{path}", "args": ["path"] },
|
||
|
|
"c": { "open": "https://en.cppreference.com/c/{path}", "args": ["path"] },
|
||
|
|
"search": { "open": "https://html.duckduckgo.com/html/?q=site%3Aen.cppreference.com+{query}", "args": ["query"] }
|
||
|
|
}
|
||
|
|
}
|