dominikbraun / timetrace

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

Add `break since start` field to `timetrace status` #98

Closed dominikbraun closed 3 years ago

dominikbraun commented 3 years ago

The timetrace status command prints how long I've been working today. It would be nice to see how long I've been taking breaks since the beginning of my day. For example:

timetrace status
+-------------------+----------------------+----------------+--------+
|  CURRENT PROJECT  |  WORKED SINCE START  |  WORKED TODAY  | BREAKS |
+-------------------+----------------------+----------------+--------+
| web-store         | 0h 3min              | 4h 15min       | 30min  |
+-------------------+----------------------+----------------+--------+