Giter Site home page Giter Site logo

bitbar-composite-plugin's Introduction

BitBar Composite Plugin

An attempt to display multiple BitBar plugins in a single menu entry.

Below screenshot is the result of combining 2 other plugins: TeamCity BitBar and Sonarqube BitBar plugins.

BitBar Composite Plugin

Installation

  • Follow instructions at BitBar Github to install BitBar and setup plugins folder

  • Download pre-built binary from BinTray

  • Rename downloaded binary to bitbar-composite-plugin.{refresh}.crust where {refresh} is refresh period like 10s, 1h etc and move it to BitBar plugins folder

  • Create a file with name .bitbar-composite-plugin.yaml in BitBar plugins folder with content similar to below:

    plugins:
    - displayName: "Plugin: TeamCity"
      command: /path/to/teamcity/plugin/executable
      showInSubMenu: true
    - displayName: "Plugin: Sonarqube"
      command: /path/to/sonarqube/plugin/executable
      showInSubMenu: true
    - displayName: Echo
      command: bash
      args:
      - -c
      - echo -n 'my command output'
    

    Here we provide paths to 2 other BitBar plugins. Output from each of those plugins will be displayed in a submenu of this composite plugin since showInSubMenu is on. If you prefer seeing output not nested, set that to false.

    You can also specify arbitrary command to be run and included in this composite plugin as in 3rd configuration above

bitbar-composite-plugin's People

Contributors

hpcsc avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.