Files
oc/clis/github.com.json
T
only-cli b536cc2ccf publish fix, GitHub and LinkedIn site definitions
setup-node's registry-url writes an npmrc auth-token line with a
placeholder token, which npm used instead of OIDC and got a 404 from
the registry. Dropping registry-url lets trusted publishing work.

New clis: github.com (repo, user, search, trending, issues) and
linkedin.com (profile, company, jobs; public guest views work through
the Chrome fingerprint). Both verified live before shipping.
2026-08-18 09:48:04 -04:00

11 lines
466 B
JSON

{
"domain": "github.com",
"commands": {
"repo": { "open": "https://github.com/{owner}/{repo}", "args": ["owner", "repo"] },
"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}/{repo}/issues", "args": ["owner", "repo"] }
}
}