This repo contains scripts, programs and command-line tools that add functionality to BitBar.
- 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
Reset
from the BitBar menus
###Available Plugins
####AWS
- ELB (shows percentage of in service instances with total in/out in dropdown)
####Bitcoin
- Bitstamp last BTC Price
- Coinbase.com BTC Index
- WinkDex BTC Index
####Developer
- Homebrew available updates
- Jenkins build status
- TravisCI check
- Docker status (docker-machine and running containers status)
- Xcode version
- Github Notifications
- Semaphoreci project list
####Finance
- Stock tracker
- Currency tracker
- hour_logger (money management for freelance work). Visit hour_logger website.
####Lifestyle
- Sleeping Time Cycles
- Current Task Reminder
####Music
- iTunes (shows current track information from iTunes)
- Spotify (Shows current track information from Spotify)
####Network
- Bandwidth Usage
- External IP
- Internal IP
- Ping
- VPN connection checker
####System
- Clipboard History
- Real CPU Usage
- Real CPU Usage Chart
- Unix time
- Uptime
- USB Device Info
- Screen Lock
- Mounted Disk Capacity
#####Battery
- Battery percentage for bluetooth Mouse
- Battery percentage for bluetooth Keyboard
- Battery percentage for bluetooth Trackpad
- Battery cycles
####Time
- Fuzzy clock
####Web
- SAP version
- StackOverflow
- HackerNews Top Stories
- Reddit, Top/New Links in Subreddits
####Weather
- forecast.io
- Open Weather Map
- Weather Underground
NOTE: Often this list isn't exhaustive as it's manually maintained, to see the latest plugins it is recommended that you browse around this repository.
##Contributors
Special thanks to everyone who has contributed:
- Bhagya Silva - http://about.me/bhagyas
- Jason Tokoph - http://jasontokoph.com
- Trung Đinh Quang - https://github.com/trungdq88
- Dylan Evans - https://github.com/whonut
- Daniel Seripap - https://github.com/seripap
- Alexandre Espinosa Menor - https://github.com/alexandregz
- Damien Lajarretie - @dqms_output
- Dan Turkel - https://danturkel.com/
- Marian Schubert - https://github.com/maio
- Stratos Xakoustos - https://github.com/Stratouklos
- Chris Tomkins-Tinch - https://github.com/tomkinsc
- Raemond Bergstrom-Wood - https://github.com/RaemondBW
- Ant Cosentino - https://github.com/skibz
- Nicolas Lassaux - https://github.com/nico401
- Pierre-Louis Dubouilh - https://github.com/pldubouilh
- Jonathan Keith - http://jonkeith.com
- Jean Caillé - http://jcaille.github.io
- Carlson Orozco - https://github.com/carlsonorozco
- Taylor Zane Glaeser - https://www.taylorzane.com
- Wiktor Mociun - https://medium.com/@voter101
- Srinivas Gorur-Shandilya - http://srinivas.gs
- Adam Snodgrass - https://github.com/asnodgrass
- Baron Reznik http://www.reznik.net
- Steve Grosbois - https://github.com/kwiky
- Manoj Mahalingam - https://github.com/manojlds
- Florian Hirschmann - https://github.com/hirschfl
- Maxime Bertheau - https://github.com/maxoumime
- Joe Canero - https://github.com/caneroj1
- Goran Gajic - https://github.com/gorangajic
To contribute your own plugin, consult the guide to writing plugins.