mirror of
https://github.com/only-cli/oc.git
synced 2026-09-15 10:40:56 +02:00
10 lines
403 B
JSON
10 lines
403 B
JSON
{
|
|||
|
|
"domain": "stackoverflow.com",
|
||
|
|
"commands": {
|
||
|
|
"question": { "open": "https://stackoverflow.com/feeds/question/{id}", "args": ["id"] },
|
||
|
|
"tag": { "open": "https://stackoverflow.com/feeds/tag?tagnames={name}&sort=newest", "args": ["name"] },
|
||
|
|
"user": { "open": "https://stackoverflow.com/feeds/user/{id}", "args": ["id"] },
|
||
|
|
"recent": { "open": "https://stackoverflow.com/feeds" }
|
||
|
|
}
|
||
|
|
}
|