1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/timew.md
2019-05-14 14:58:59 -03:00

24 lines
440 B
Markdown

# timew
> A time tracking tool used to measure the duration of activities.
> 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`
- Stop the stopwatch with a given tag name:
`timew stop {{activity_tag}}`
- Stop all running stopwatches:
`timew stop`
- View tracked items:
`timew summary`