Document the rounding feature in the README

This commit is contained in:
Bèr Kessels 2023-11-27 14:28:29 +01:00
parent 8c1a8a909d
commit 24d54e6541

View file

@ -268,6 +268,7 @@ bartib report --last_week # create a report for the last week
bartib report --date 2021-09-03 # create a report for a given day
bartib report --from 2021-09-01 --to 2021-09-05 # create a report for a given time range
bartib report --project "The most exciting project" # create a report for a given project
bartib report --round 15m # rounds the start and end time to the nearest duration. Durations can be in minutes or hours. E.g. 15m or 4h
bartib list # list all activities grouped by day
bartib list --no_grouping # list all activities but do not group them by day
@ -279,6 +280,7 @@ bartib list --last_week # list activities of the last week
bartib list --date 2021-09-03 # list activities on a given day
bartib list --from 2021-09-01 --to 2021-09-05 # list activities in a given time range
bartib list --project "The most exciting project" # list activities for a given project
bartib list --round 15m # rounds the start and end time to the nearest duration. Durations can be in minutes or hours. E.g. 15m or 4h
```
### Edit activities