Skip to content
This repository was archived by the owner on Oct 5, 2025. It is now read-only.

rdsq/open-git-remote-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Git Remote CLI

Open Git Remote is a CLI that opens git remotes in the browser (obviously)

Installation

Install it using npm

npm i -g open-git-remote

Or from source

git clone https://github.com/rdsq/open-git-remote-cli.git
cd open-git-remote-cli
npm i
npm i . -g

Or with no installation at all

npx open-git-remote

Usage

Open the current repo remote

open-git-remote

Open remote from a dir

open-git-remote ./my-repo

Open specific remote

open-git-remote . origin

Also check out the open-git-remote VS Code Extension

About

CLI that opens git remote URLs in the browser

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published