go-bitbar
go-bitbar copied to clipboard
Go library for building BitBar plugins
Results
2
go-bitbar issues
Sort by
recently updated
recently updated
newest added
Closes #5 - App app lines already get a newline rendered via `\n` so `fmt.Println` was just adding a blank new line at the end
First, thanks for the great library! When using it however a blank newline is constantly printed after the main app. Checkout the example app from the `README.md`:  I _think_...