Inbox Open Notification

Open a GitHub notification URL in the browser

Microsoft e368e42 470 B Updated 2.7k repo stars

File contents

Open Notification

Open a notification's issue or PR in the default browser.

Command

open {url}

On Linux use xdg-open {url} instead.

Replace {url} with the GitHub HTML URL (e.g., https://github.com/owner/repo/issues/123).

You can also use:

gh issue view {number} --repo {owner}/{repo} --web
gh pr view {number} --repo {owner}/{repo} --web

microsoft/vscode-team-kit/tree/main/github-inbox/skills/inbox-open-notification commit e368e429f4

Frequently asked questions

npx skillmds@latest add microsoft/inbox-open-notification