simple cli app to open current git repository's remote url in the default browser.
brew install akadir/gop/gop
or
brew tap akadir/gop && brew install gop
Currently, in beta version.
Run gop
under git repository. gop -h
to see available commands.
bash:
# append into ~/.bashrc
PROG=gop source /dev/stdin <<< "$(gop completion bash)"
zsh:
# append into ~/.zshrc
PROG=gop source /dev/stdin <<< "$(gop completion zsh)"
This project is licensed under the MIT License - see the LICENSE file for details
Developed with ❤︎ by akadir