You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I sometimes clock out, then very quickly realize I need to finish one last thing, and I don't
bother to clock back in because it will only take a minute, but then of course it takes
a lot longer. I have a bash command that runs this:
sqlite3 ~/.timetrap.db "update entries set end = NULL where id = (select max(id) from entries);
but it seems it would be better if there was an equivalent within timetrap.
The text was updated successfully, but these errors were encountered:
I run into this need occasionally, too. The workaround I use is to finish my task, then do t e -e 'now' when I'm done to bump up the end time. Then you can clock into the next task. To minimize the gap between the previous task and the next task that comes from typing in the next task, you can make it a one line command like t e -e 'now'; t i 'Next task'.
I sometimes clock out, then very quickly realize I need to finish one last thing, and I don't
bother to clock back in because it will only take a minute, but then of course it takes
a lot longer. I have a bash command that runs this:
but it seems it would be better if there was an equivalent within timetrap.
The text was updated successfully, but these errors were encountered: