kevinpapst / kimai2-console

Console application for Kimai remote access - time-tracking via bash
https://www.kimai.org/store/console-phar.html
MIT License
11 stars 1 forks source link

Allow to specify a time offset for 'start' and 'stop' commands #8

Open cmhe opened 4 years ago

cmhe commented 4 years ago

When starting or stopping a time record is delayed for various reasons, it would be nice to have a parameter to counter that delay.

For instance like this:

kimai start --offset -10 ...

Would start the new task like it would have been started 10 minutes earlier.

kevinpapst commented 4 years ago

Good idea 👍