View Wakatime stats from the command line.
# Coming soon?
$ pip install wakatime-cli
or:
$ git clone git@github.com:soulshake/wakatime-cli.git
$ cd wakatime-cli/
$ pip install .
Export your API key as an environment variable in your bash profile and source it:
$ echo "export WAKATIME_API_KEY abc123def456" >> ~/.bashrc && source ~/.bashrc
You can check that it's set up correctly by running:
echo $WAKATIME_API_KEY
...which should display your API key.
$ wakatime --help
# TODO