Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisfosterelli/commitwatch
OSX tray applet that displays your Github contributions today
https://github.com/chrisfosterelli/commitwatch
Last synced: about 2 months ago
JSON representation
OSX tray applet that displays your Github contributions today
- Host: GitHub
- URL: https://github.com/chrisfosterelli/commitwatch
- Owner: chrisfosterelli
- License: mit
- Created: 2015-12-25T03:48:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T06:33:11.000Z (over 8 years ago)
- Last Synced: 2024-07-18T21:42:33.352Z (5 months ago)
- Language: Python
- Size: 408 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - Commitwatch
README
# Commitwatch
![screenshot][2]
Commitwatch is an OSX tray applet that displays your Github contributions today.
With commitwatch you can avoid forgetting about your contribution streak, and
keep track of how active you've been each day!## Installation
You can get the latest version of commitwatch from the [releases page][1].
Simply download the file titled `trayapp.zip`, extract it, and copy the OSX
application to your Applications directory.## Development
To start developing commitwatch, clone the repository locally. Commitwatch has
no external dependencies, and you should run it outside of any virtualenvs so
that you ensure you're using OSX's main Python distribution.```bash
> python trayapp.py # Run the app
```To generate a build release of commitwatch, you will need a virtualenv. Install
py2app and all of the application's OSX dependencies within that virtualenv,
then build the application from within it as well.```bash
env> python setup.py py2app # Build the app
```OSX's Python has odd behaviours that will likely cause the application to not
start if ran from within a virtualenv, and not build if built outside of a
virtualenv... Your mileage may vary![1]:https://github.com/chrisfosterelli/commitwatch/releases
[2]:./screenshot.png