git-open

command module
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2022 License: MIT Imports: 8 Imported by: 0

README

git-open Actions Status

Open the GitHub repository page in your browser

git-open

Installation

$ go get github.com/sminamot/git-open

or download binary from release page

Usage

# origin / current branch
$ git open

# specified remote / current branch
$ git open upstream

# specified remote / specified branch
$ git open upstream develop

Completion

zsh

download completion script

$ wget https://raw.githubusercontent.com/sminamot/git-open/master/completion/_git-open -P ~/.zsh/completion/

add this in ~/.zshrc

fpath=(~/.zsh/completion $fpath)
autoload -Uz compinit && compinit -i

git-open_competion

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL