Skip to content
/ gop Public

cli to open the current git repository URL in the browser.

License

Notifications You must be signed in to change notification settings

akadir/gop

Repository files navigation

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 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

About

cli to open the current git repository URL in the browser.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages