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
abactel 1e15c9cad3 timew: add page (#1343)
timew: add page
2017-04-23 10:22:15 +01:00

23 lines
368 B
Markdown

# timew
> A time tracking tool used to measure durations.
- Start a new stopwatch, giving a tag name to the activity being tracked:
`timew start {{activity_tag}}`
- View running stopwatches:
`timew`
- Stop a specific stopwatch with a tag name:
`timew stop {{activity_tag}}`
- Stop all running stopwatches:
`timew stop`
- View tracked items:
`timew summary`