streakerbar ♥
A Mac OS X menubar app to track your open source contribution streak on GitHub.
Dark theme
Light theme
Installation via Homebrew Cask
brew update
brew install caskroom/cask/brew-cask
(if you haven't done so already)brew cask install streakerbar
Setup
Streakerbar app can read your .gitconfig
assuming that it's in your home directory, ~/.gitconfig
, and configured thusly:
[github]
user = chaserx
If you don't have this saved in your .gitconfig
, it will ask you for your GitHub username.
Contributors
- Michael Bates (@mklbtz)
- Chase Southard (@chaserx)
- Nick Warner (@nikolaiwarner)
Development
Targeting Swift 1.2 via Xcode 6.3
Contributing
Pull requests welcome! Please see our contribution guide.
NOTES
Updating release and Homebrew Cask:
- create a new github release
- in xcode, change the corresponding release value and export app for release
- zip streakerbar.app
- upload streakerbar.zip to github release
- get the 256 SHA for the zipfile with
shasum -a 256 streakerbar.zip
- copy the version number and sha into homebrew-cask/Casks/streakerbar.rb
- checkout a new branch in homebrew-cask per their contribution guidlines. commit changes
- submit new PR to homebrew-cask
- enjoy