bobheadxi / toggl-to-clockify

πŸ•’ Simple time entries exporter for toggl -> clockify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toggle-to-clockify

A simple exporter for syncing a project on Toggl to Clockify. I use this to migrate work-related hours from my personal time tracker on Toggl to my employer's time tracker on Clockify.

Usage

Use toggl-to-clockify -help to display help text. Example usage:

$> toggl-to-clockify \
    -start=16 \
    -toggl.project="sumus-portal" \
    -clockify.project="Sumus Portal" \
    -clockify.workspace="Andrew's workspace" \
    -clockify.billable

Add the -exec flag to actually run the update once you've checked the entries being created are correct.

About

πŸ•’ Simple time entries exporter for toggl -> clockify


Languages

Language:Go 100.0%