akadir / gop

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. [work in progress]

License:MIT License


Languages

Language:Go 100.0%