zztin / ctimer

This is a python implementation of a famous time management technique. CTimer helps you keep track of your productivity during the day, and help you set realistic goals for your day.
Apache License 2.0
0 stars 1 forks source link

[Feature Request] Show precise timestamp in stats #41

Closed tai271828 closed 3 years ago

tai271828 commented 3 years ago

It will be helpful to make a daily review or journal if we show the time of started clocks.

Describe the solution you'd like

Show timestamps on the panel by passing an option.

Describe alternatives you've considered

Show timestamps in terminal.

zztin commented 3 years ago

Hi Tai, In commit 317e84 we implement a new statistic file recording all the details related to all the clocks you've ever started (start, end time and goals etc) in a html format. It will show when calling: ctimer --stats