nikolassv / bartib

A simple timetracker for the command line. It saves a log of all tracked activities as a plaintext file and allows you to create flexible reports.
GNU General Public License v3.0
670 stars 35 forks source link

[Feature] Option to report on current week #10

Closed tcassaert closed 2 years ago

tcassaert commented 2 years ago

I know we can use the --from and --to, but having a bartib report --week would be very convenient.

nikolassv commented 2 years ago

Thank you for the suggestion! I just added current_week and last_week as new flags for the list and report subcommands.

(https://github.com/nikolassv/bartib/commit/09c7d963bfad7aa00a4b5117e8eee4c0ff9518d7)