mirror of
https://github.com/nikolassv/bartib
synced 2024-12-01 07:49:16 +00:00
documented the --time option
This commit is contained in:
parent
d86241b035
commit
4c1cce440d
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -34,6 +34,12 @@ bartib start -p "The name of the associated project" -d "A description of the ac
|
|||
|
||||
All currently tracked activites will be stopped. If the specified file does not exist yet it will be created.
|
||||
|
||||
The `-t/--time` option specifies at which time of the current day the new activity starts (and any currently running activity stops):
|
||||
|
||||
```
|
||||
bartib start -p "The name of the associated project" -d "A description of the activity" -t 13:45
|
||||
```
|
||||
|
||||
### Stop a running activity
|
||||
|
||||
Stops the currently running activity:
|
||||
|
@ -42,6 +48,8 @@ Stops the currently running activity:
|
|||
bartib stop
|
||||
```
|
||||
|
||||
The `-t/--time` option specifies at which time of the current day the activities stop.
|
||||
|
||||
### Continue the last activity
|
||||
|
||||
```
|
||||
|
@ -50,6 +58,8 @@ bartib continue [-p "Another project"] [-d "Another description"]
|
|||
|
||||
This continues the last activity. If an activity is currently tracked, bartib stops and restarts this activity. The associated project and description may be overwritten by setting a `-p / --project` or `-d / --description` option.
|
||||
|
||||
The `-t/--time` option specifies at which time of the current day the activity (re-)starts.
|
||||
|
||||
### List all currently running activities
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue