dominikbraun / timetrace

A simple CLI for tracking your working time.
Apache License 2.0
685 stars 76 forks source link

Total time spent on a project ? #57

Open commarla opened 3 years ago

commarla commented 3 years ago

Hi,

Nice tool! Maybe I didn't RTFM correctly but I can't find a way to display the total time spent on a single project ?

Is this implemented or will it be ?

Thanks,

dominikbraun commented 3 years ago

There's issue #52 for filtering timetrace list records by projects - I guess this will be implemented soon. Plus, the timetrace report command is on the road :-)

commarla commented 3 years ago

Nice, thanks !

dominikbraun commented 3 years ago

Hi @commarla,

timetrace v0.9.0 has just been released. The total time tracked for a specific day can now be displayed using timetrace list records:

Bildschirmfoto 2021-06-09 um 12 57 56

To view records only for a single project, use the --project flag. The more detailed timetrace report command will be available by one of the next releases (see #99).

commarla commented 3 years ago

Nice, thanks for the update.