mirror of
https://github.com/only-cli/oc.git
synced 2026-09-15 10:40:56 +02:00
9 lines
406 B
JSON
9 lines
406 B
JSON
{
|
|||
|
|
"domain": "wikipedia.org",
|
||
|
|
"commands": {
|
||
|
|
"article": { "open": "https://en.wikipedia.org/w/index.php?title={title}&action=render", "args": ["title"] },
|
||
|
|
"search": { "open": "https://en.wikipedia.org/w/index.php?search={query}&fulltext=1&ns0=1", "args": ["query"] },
|
||
|
|
"lang": { "open": "https://{code}.wikipedia.org/w/index.php?title={title}&action=render", "args": ["code", "title"] }
|
||
|
|
}
|
||
|
|
}
|