2017-04-23 10:22:15 +01:00
|
|
|
# timew
|
|
|
|
|
2017-05-01 00:36:28 +01:00
|
|
|
> A time tracking tool used to measure the duration of activities.
|
2019-05-14 17:23:57 +01:00
|
|
|
> Homepage: <https://taskwarrior.org/docs/timewarrior>.
|
2017-04-23 10:22:15 +01:00
|
|
|
|
|
|
|
- Start a new stopwatch, giving a tag name to the activity being tracked:
|
|
|
|
|
|
|
|
`timew start {{activity_tag}}`
|
|
|
|
|
|
|
|
- View running stopwatches:
|
|
|
|
|
|
|
|
`timew`
|
|
|
|
|
2017-05-01 00:36:28 +01:00
|
|
|
- Stop the stopwatch with a given tag name:
|
2017-04-23 10:22:15 +01:00
|
|
|
|
|
|
|
`timew stop {{activity_tag}}`
|
|
|
|
|
|
|
|
- Stop all running stopwatches:
|
|
|
|
|
|
|
|
`timew stop`
|
|
|
|
|
|
|
|
- View tracked items:
|
|
|
|
|
|
|
|
`timew summary`
|