Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 601 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 601 Bytes

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