mirror of https://github.com/CrimsonTome/tldr.git
24 lines
384 B
Markdown
24 lines
384 B
Markdown
# timew
|
|
|
|
> A time tracking tool used to measure the duration of activities.
|
|
|
|
- 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`
|