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
There's currently no way to do this with a single timetrap command. You could "simplify" this to two commands along the lines of:
t i -a 10:00 Description of task
t o -a 11:00
There's also the t backend command which gives you a raw SQL console, though that may not be particularly convenient.
Probably your best bet is defining a shell alias or function (or script) to do this if it's a common task for you. I could imagine t edit being changed to take an additional flag that would cause it to create a new entry instead of modifying a previous one. Something along the lines of t edit --new -s10:00 -e11:00 Description of the task.
I think the main problem with the solution is that you can't do it while you are checked in. It's a common enough task that I think warrants an extension.
Is there a way to add an entry retrospectively? Something that would cover these 3 commands.
Easy to wrap them in the script, but just asking if I'm not missing out on some feature.
The text was updated successfully, but these errors were encountered: