MilesCranmer / rescue_time_statusbar

Show productivity pulse in macOS status bar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RescueTime macOS status bar

Put your API key in credentials.json, in the following format:

{
    "rescuetime": {
        "Key": "..."
    }
}

Run the status bar app with:

python app.py

This will display the productivity pulse, and automatically update the current day's score. Unlike the dashboard, this pulse also includes mobile time.

Requirements

  • pandas
  • numpy
  • rumps
  • json

Thanks

About

Show productivity pulse in macOS status bar


Languages

Language:Python 100.0%