dominikbraun / timetrace

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

Default timetrace list records to the current date #125

Open aligator opened 3 years ago

aligator commented 3 years ago

This sets the default date of timetrace list records to the current date to make it easy to just get the records from the current day.

aligator commented 3 years ago

@dominikbraun Added it to the readme and refactored it a bit by just setting the value to 'today' instead of passing a new date.