-
No reason why you shouldn't be able to check a "Show in Touch Bar" option to put any Bitbar plugin onto the new MacBook Pro Touch bar.
-
It would be nice for BitBar to set an environment variable for the current version of BitBar. That way, script can take advantage of feature in newer versions, but not break on older versions.
-
When I tell BitBar to refresh using the URL syntax "bitbar://refreshPlugin?name=blablabla", two things happen which I find undesirable.
1) BitBar steals the application focus, or at least un-focuses …
-
This is not an 'issue' but a 'feature request' but since there is no "Feature Request" section in github...
I'd love a way to globally set the font and font size for all text within a menu.
Use case:…
-
Hi,
The BitBar update checker code looks at bitbarapp.com.
Please decide what you are doing with bitbarapp.com and update bitbar appropriately.
https://github.com/matryer/bitbar/search?utf8=✓&q=b…
-
Hi there, love BitBar. I've just started using the href option, but what's missing (for me at least), is a combination of href and a text input field, so you can search on certain user-defined website…
-
Love the `checked=true` option.
Proposal: bullet option `bullet=black` and `bullet=white` (or dark/light, whatever).
Currently doing it with emojis:
![bullets_submenu](https://cloud.githubuserconten…
-
Hi!
I'm trying to start a bashscript with bitbar, which then runs a wget post request on a webserver in my local network. The problem is, that as soon as I set `terminal=false`wget is not executed.
W…
-
After I read the answer of @viktorbenei I tested around some settings. https://github.com/bitrise-io/steps-xcode-archive/issues/53#issuecomment-254035694
The problem here is that the automatic signin…
-
Whenever I call UIView+Toast.h - method objective-c dynamically calls same name method in UIView+CTToast.h. This is causing serious issues in my project, how can I solve this issue.