A cli tool with gitlab
Fuzzy find your gitlab projects, open or clone it.
$ export GITLAB_BASE_URL=<GITLAB_BASE_URL>
$ export GITLAB_TOKEN=<GITLAB_TOKEN>
$ brew install ackerr/tap/lab
$ go get -u "github.com/ackerr/lab"
First, run lab sync
to sync all gitlab projects, then you can fuzzy find your project and open, use lab browser
Use
lab -h
to see more commands.