dominikbraun / timetrace

A simple CLI for tracking your working time.
Apache License 2.0
685 stars 76 forks source link

Support for Clockify #41

Open aligator opened 3 years ago

aligator commented 3 years ago

Support for Clockify would be great. There exists an API for it.

aligator commented 3 years ago

I will build a POC for this. As we discussed already the logic for clockify shouldn't be in this project directly. So the idea is to build a separate timetrace binary which just uses timetrace as a lib and extends it with the clockify functionality.
We will see if there need to be changes in timetrace itself to allow this properly.