Skip to content

Simple tool for open any repos remote in default browser

License

Notifications You must be signed in to change notification settings

jtprogru/repo-opener

Repository files navigation

repo-opener

golangci-lint testing goreleaser bearer GitHub stars

Simple utility for fast open current repository in browser.

Installation

For installation you need to load latest version from Release page and download version for you platform.

Another way is usage go install:

# Get latest version from CLI
VERSION=`curl -sSL https://api.github.com/repos/jtprogru/repo-opener/releases/latest -s | jq .name -r`
go install github.com/jtprogru/repo-opener@$VERSION

Usage

To use repo-opener, simply run the following command in your terminal:

repo-opener

This will open the current Git repository's remote URL in your default web browser.

To make life easier, you can add an alias like this:

echo "alias rop=$(which repo-opener)" >> $HOME/.aliases

After which you will have the command rop for running repo-opener.

Options

  • -version: Print version and build information and exit.

License

LICENSE

About

Simple tool for open any repos remote in default browser

Resources

License

Stars

Watchers

Forks

Languages