mirror of
https://github.com/only-cli/oc.git
synced 2026-09-15 10:40:56 +02:00
9 lines
341 B
JSON
9 lines
341 B
JSON
{
|
|||
|
|
"domain": "doc.rust-lang.org",
|
||
|
|
"commands": {
|
||
|
|
"std": { "open": "https://doc.rust-lang.org/std/{path}.html", "args": ["path"] },
|
||
|
|
"doc": { "open": "https://doc.rust-lang.org/{path}.html", "args": ["path"] },
|
||
|
|
"search": { "open": "https://html.duckduckgo.com/html/?q=site%3Adoc.rust-lang.org+{query}", "args": ["query"] }
|
||
|
|
}
|
||
|
|
}
|