Go Bitbar Save

Go library for building BitBar plugins

Project README

go-bitbar logo

Travis Badge Go Report Card Badge GoDoc Badge

This repo contains a package for creating BitBar plugins in Go.

Usage

Creating a BitBar plugin is as simple as (see the godocs for more details):

package main

import "github.com/johnmccabe/go-bitbar"

func main() {
    app := bitbar.New()
    app.StatusLine("Hello")

    submenu := app.NewSubMenu()
    submenu.Line("World!")

    app.Render()
}

Examples

Open Source Agenda is not affiliated with "Go Bitbar" Project. README Source: johnmccabe/go-bitbar
Stars
49
Open Issues
2
Last Commit
2 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating