ryanmoran / Radar

A macOS taskbar app for Concourse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Radar

A macOS taskbar icon that shows your Concourse pipelines; see the status and click through to view on Concourse!

Installation

You can brew install this with the following:

brew cask install ryanmoran/tools/radar

MacOS Sierra and higher has become much more strict about where applications come from. In order to run Radar, you might need to allow applications to be run from "Anywhere". To do this, check out this article.

To configure Radar to a Concourse instance, run the following in Terminal:

defaults write com.banana.Radar '{ targets = ( { api = "<YOUR-CONCOURSE-URL-HERE>"; team = main; } ); }'

About

A macOS taskbar app for Concourse

License:MIT License


Languages

Language:Swift 99.2%Language:Objective-C 0.8%