Open Git Remote is a CLI that opens git remotes in the browser (obviously)
Install it using npm
npm i -g open-git-remoteOr from source
git clone https://github.com/rdsq/open-git-remote-cli.git
cd open-git-remote-cli
npm i
npm i . -gOr with no installation at all
npx open-git-remoteOpen the current repo remote
open-git-remoteOpen remote from a dir
open-git-remote ./my-repoOpen specific remote
open-git-remote . originAlso check out the open-git-remote VS Code Extension