Files
oc/clis/linkedin.com.json
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

9 lines
322 B
JSON

{
"domain": "linkedin.com",
"commands": {
"profile": { "open": "https://www.linkedin.com/in/{name}", "args": ["name"] },
"company": { "open": "https://www.linkedin.com/company/{name}", "args": ["name"] },
"jobs": { "open": "https://www.linkedin.com/jobs/search?keywords={query}", "args": ["query"] }
}
}