tldr/pages/common/timew.md

25 lines
440 B
Markdown
Raw Normal View History

# 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>.
- 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:
`timew stop {{activity_tag}}`
- Stop all running stopwatches:
`timew stop`
- View tracked items:
`timew summary`