Simple PHP CLI tool to convert CSV export files from Timing to CSV files compatible with Toggl for import.
- PHP 7.3+
- Composer
- Clone or download the repository
- Run
composer install - Run
bin/timing-toggl --help - Optionally add the
binfolder to yourPATHor create a symlink tobin/timing-togglfrom a directory in yourPATH(e.g./usr/local/bin).
- 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
- Create a PHAR file for easier distribution (help wanted)
- Add tests and CI