gop
simple cli app to open current git repository's remote url in the default browser.
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 help.
> gop -h
NAME:
gop - opens current git repository's remote url on browser.
USAGE:
gop [global options] command [command options] [arguments...]
VERSION:
0.6.0
COMMANDS:
branch opens current branch in browser.
actions, pipelines opens actions/pipelines page of the repository.
mrs, prs opens mrs/prs page of the repository.
issues opens issues page of the repository.
settings opens settings page of the repository.
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help (default: false)
--version, -v print only the version (default: false)
License
This project is licensed under the MIT License - see the LICENSE file for details