dominikbraun / timetrace

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

`create record` only works when I create the folder manually #240

Open famosab opened 11 months ago

famosab commented 11 months ago

I wanted to add a few hours that I tracked. Upon using

timetrace create record work yesterday 07:50 16:50

I always ran into the error

error on check if record collides: open /Users/famke/.timetrace/records/2023-11-07: no such file or directory

Then I created the folder manually in .timetrace/records/. This enabled me to add the time via timetrace create record ...

I am working on macOS 13.4 and installed timetrace via homebrew.