Lab

A cli tool with gitlab
Feature
- Fuzzy find your gitlab project, open or clone it, use
lab browser or lab clone.
- Open the current gitlab repository in web browser, use
lab open [remote]
Env
$ export GITLAB_BASE_URL=<GITLAB_BASE_URL>
$ export GITLAB_TOKEN=<GITLAB_TOKEN>
Installation
homebrew
$ brew install ackerr/tap/lab
go get
$ go get -u "github.com/ackerr/lab"
Usage
First, run lab sync to sync all gitlab projects, then you can fuzzy find your project and open, use lab browser
Uselab -h to see more commands.