A command line utility to open git repository page in the browser from the repository location in terminal.
Currently tested only on mac (prior to M1 chip).
Note: You have to have rust installed with cargo to be able to install this utility.
make install
from the repo's directoryThere are 2 basic usages:
gitopen
.gitopen -p
. This will push the changes to the current branch and open the PR in the browser.For help, use gitopen --help