mirror of
https://github.com/nikolassv/bartib
synced 2024-11-10 14:14:12 +00:00
Document the rounding feature in the README
This commit is contained in:
parent
8c1a8a909d
commit
24d54e6541
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue