tomfa / git-csv-timesheet

Generate CSV timesheet from your git repositories
MIT License
18 stars 3 forks source link

Add --since lastyear / thisyear #41

Closed tomfa closed 1 year ago

tomfa commented 1 year ago

Would be handy (when you report yearly), to add lastyear/thisyear as time args.

# Returning whole previous year
timesheet --since lastyear --until thisyear

# Returning current year
timesheet --since thisyear