https://github.com/bobheadxi/toggl-to-clockify
🕒 Simple time entries exporter for toggl -> clockify
https://github.com/bobheadxi/toggl-to-clockify
clockify export exporter toggl
Last synced: 10 months ago
JSON representation
🕒 Simple time entries exporter for toggl -> clockify
- Host: GitHub
- URL: https://github.com/bobheadxi/toggl-to-clockify
- Owner: bobheadxi
- Created: 2019-12-16T22:28:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-16T22:29:14.000Z (over 6 years ago)
- Last Synced: 2024-04-30T07:15:11.117Z (about 2 years ago)
- Topics: clockify, export, exporter, toggl
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# toggle-to-clockify
A simple exporter for syncing a project on [Toggl](https://toggl.com/) to [Clockify](clockify.me/).
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:
```sh
$> 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.