https://github.com/cloudstek/timing-toggl
Convert timing CSV exports to Toggl CSV files for import.
https://github.com/cloudstek/timing-toggl
import time-tracking timing toggl tool
Last synced: 4 months ago
JSON representation
Convert timing CSV exports to Toggl CSV files for import.
- Host: GitHub
- URL: https://github.com/cloudstek/timing-toggl
- Owner: Cloudstek
- License: mit
- Created: 2018-07-31T01:18:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T21:24:57.000Z (about 2 years ago)
- Last Synced: 2025-05-26T21:43:00.806Z (about 1 year ago)
- Topics: import, time-tracking, timing, toggl, tool
- Language: PHP
- Size: 46.9 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Timing Toggl
Simple PHP CLI tool to convert CSV export files from [Timing](https://timingapp.com) to CSV files compatible with [Toggl](https://toggl.com) for import.
## Requirements
* PHP 7.3+
* Composer
## Getting started
1. Clone or download the repository
2. Run `composer install`
3. Run `bin/timing-toggl --help`
4. Optionally add the `bin` folder to your `PATH` or create a symlink to `bin/timing-toggl` from a directory in your `PATH` (e.g. `/usr/local/bin`).
### Export (report) settings
* Make sure that you only inlude tasks, not app usage
* Select all task fields except for "title -> as subgroup"
* Set file format to CSV
* Set duration format to XX:YY:ZZ
## Todo
- [ ] Create a PHAR file for easier distribution (help wanted)
- [ ] Add tests and CI