mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 16:55:34 +02:00
parent
69c12013b3
commit
1e15c9cad3
1 changed files with 23 additions and 0 deletions
23
pages/common/timew.md
Normal file
23
pages/common/timew.md
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# 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`
|
Loading…
Add table
Reference in a new issue