/groo

Fast access to a website on git remote.

Primary LanguageGoMIT LicenseMIT

groo: fast access to a website on git remote

groo is a shell script to help you easily access to a website on git remote in current.

Typical usage

In a git managed directory: (default target is “origin”)

groo

If you want to specify remote:

groo -r [remote]

Supported Domains

  • github.com
  • gitlab.com

Installation

Installation on OS X using Homebrew

First, you need to run the tap command:

brew tap cyberwo1f/groo

Next, run the install command:

brew install groo

Currently, only Mac OS is supported.

License

MIT