{ "domain": "github.com", "commands": { "repo": { "open": "https://github.com/{owner}/{name}", "args": ["owner", "name"] }, "user": { "open": "https://github.com/{name}", "args": ["name"] }, "search": { "open": "https://github.com/search?q={query}&type=repositories", "args": ["query"] }, "trending": { "open": "https://github.com/trending" }, "issues": { "open": "https://github.com/{owner}/{name}/issues", "args": ["owner", "name"] } } }