nikolassv / bartib

A simple timetracker for the command line. It saves a log of all tracked activities as a plaintext file and allows you to create flexible reports.
GNU General Public License v3.0
636 stars 34 forks source link

Integration with 3rd party services like Toggl #34

Closed snturk closed 5 months ago

snturk commented 6 months ago

Basic integration with time tracking services like Toggl can be implemented, I'm planning to implement that under this issue.

nikolassv commented 6 months ago

This seems like a nice feature, but I am not sure if the bartib application itself is the right place for it. If you plan to import and export activities from bartib to other time trackers and vice versa, it might be better to create an additional application. In this way, bartib would only comprise the core logic, while these additional application would allow the addition of activities from other trackers into the bartib file.