/gop

cli to open the current git repository URL in the browser. [work in progress]

Primary LanguageGoMIT LicenseMIT

gop

simple cli app to open current git repository's remote url in the default browser.

go version CI latest tag last commit go report quality gate code coverage License

Installation

brew install akadir/gop/gop

or

brew tap akadir/gop && brew install gop

Usage

Currently, in beta version.

Run gop under git repository. gop -h to see available commands.

Autocomplete

bash:

# append into ~/.bashrc
PROG=gop source /dev/stdin <<< "$(gop completion bash)"

zsh:

# append into ~/.zshrc
PROG=gop source /dev/stdin <<< "$(gop completion zsh)"

License

This project is licensed under the MIT License - see the LICENSE file for details


Developed with ❤︎ by akadir