Dump working times
Closed this issue · 5 comments
I can't figure out how to dump the summary - total time working on some project.
Is it somewhat possible?
You mean the working times of all projects today? Hm., that is not currently available I'm afraid. But, I like the idea, I'll add it :)
Say, ti log
(or ti l
) would list working times of all projects, from just today or all-time. Probably all-time is a good default and if today
is specified as an argument, ti l today
, the working times from today could be displayed. What do you think?
Perfect.
Imagine:
You are working on project1 for few hours. Then you have head full of it, so you stop it and start working on project2. Then you would like to switch back to project1. But you have to sum that two times for customer.
So ti log
for everything and ti log today
for today would be great!
Okay, I pushed changes and ti log
should now work. I haven't done the today
part yet, will do. Please check it out and let me know your thoughts. The output could use some table style lining up of columns, I am currently working on that.
Yep, the names are now lined up.
Thats cool! Thank you..