Plugin repository for BitBar
Shell Python Ruby JavaScript PHP Perl Other
Switch branches/tags
Nothing to show
Latest commit e069f72 Jun 4, 2017 @hasit hasit committed with tresni Add Dropper plugin (#772)
* Add Dropper plugin

* Move to /Dev/Hosting/DigitalOcean/

- change default refresh time to 1h from 1m
- change name to DigitalOcean from dropper
Permalink
Failed to load latest commit information.
AWS initial version of the Amazon ECS Cluster plugin (#608) Dec 2, 2016
BitBar Adding internet check to bitbar version plugin (#387) Apr 12, 2016
Cryptocurrency Add coinone bitcoin ticker plugin (#767) May 17, 2017
Dev Add Dropper plugin (#772) Jun 3, 2017
Email fix misleading description (#691) Feb 14, 2017
Enabled Delete README.md Jan 7, 2016
Environment Fixed https (#738) Apr 17, 2017
Finance move plugin to cryptocurrency folder May 14, 2017
Games Update Xbox Feed plugin to version 1.0.1 Feb 23, 2017
Lifestyle Handle Taskwarrior task list alignment issues with multi-digit IDs (#781 Jun 2, 2017
Music New plugin request: SonosBar controls your Sonos system from the menu… Apr 27, 2017
Network Fix pi-hole script May 14, 2017
PIM Fixup shellcheck and chmod +x Feb 26, 2017
Politics Adding my FiveThirtyEight elections monitor (#495) Jul 22, 2016
Sports Increment version number Mar 28, 2017
System add plugin that help detect arp spoofing attack (#773) May 24, 2017
Time Add worktime tracker (#740) Apr 10, 2017
Tools change error messages Mar 22, 2017
Travel Added new Plugin for GWR Wifi Status (#734) Apr 1, 2017
Tutorial Added Home Config Example (#692) Feb 10, 2017
Weather Add the metar aviation weather plugin Mar 20, 2017
Web Fixed bio encoding issue (#730) Mar 28, 2017
.gitignore Added Alexa Rank plugin (#759) May 1, 2017
.test.py Make sure test doesn't die completely when a linter is missing Apr 5, 2017
.travis.yml Support for linting go Feb 26, 2017
README.md fix markdown (#749) Apr 19, 2017

README.md

BitBar Plugins Build Status Slack Status

This repo contains scripts, programs and command-line tools that add functionality to BitBar.

Reporting issues

The best way to report an issue with a plugin is to find the plugin on https://getbitbar.com and click "Open issue". If possible, the author will be tagged in the issue - which greatly increases your chances of getting the issue looked at quickly.

How to use them

  • Just drop the plugin into your BitBar plugins folder (if you have the repo, why not use the Enabled folder?)
  • Make sure it's executable (in Terminal, do chmod +x plugin.sh)
  • Then choose Refresh all from the BitBar menus

Available Plugins

To see a list of available plugins, visit https://getbitbar.com/

Contributors

Special thanks to everyone who has contributed: https://getbitbar.com/contributors

Add your own plugin

To contribute your own plugin, consult the guide to writing plugins