command
module
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Sep 1, 2023
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
OSX Menubar app displaying active MRs
Development
- Go 1.11+
- Dependencies managed with
go mod
Setup
These steps will describe how to setup this project for active development. Adjust paths to your desire.
- Clone the repository:
git clone git@github.com: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
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
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
internal
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.