OSX Menubar app displaying active MRs
- Go 1.11+
- Dependencies managed with
go mod
These steps will describe how to setup this project for active development. Adjust paths to your desire.
- Clone the repository:
git clone [email protected]:kyleshepherd/mr-menubar.git mr-menubar
- Build:
make
- Run
cp -R MRBar.app /Applications/
- In Applications, double-click MRBar to open
- Click Gitlab icon in menu bar
- Click "Set Token" in menu
- Enter your Gitlab Access Token (must have
read_api
scope at minimum)
Dependencies are managed using go mod
(introduced in 1.11), their versions
are tracked in go.mod
.
To add a dependency:
go get url/to/origin