This is a Grandtotal plugin to import timesheet data from Kimai the open-source time-tracker, and it's cloud based time-tracker companion.
- Delete the ZIP
- ZIP the
Kimai2.grandtotalplugin
directory - Push the ZIP
- Create a new GitHub release and attach the ZIP
rm Kimai2.grandtotalplugin.zip
zip -r Kimai2.grandtotalplugin.zip Kimai2.grandtotalplugin -x ".*" -x "__MACOSX" -x "Kimai2.grandtotalplugin.zip" -x ".DS_Store"
git add Kimai2.grandtotalplugin.zip
git commit -m "Updated release"
git push
The console will open automatically if some debug code is included:
log('a message');