1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:42:19 +02:00
tldr/pages/common/timew.md
2021-07-02 21:22:57 +02:00

24 lines
436 B
Markdown

# timew
> A time tracking tool used to measure the duration of activities.
> More information: <https://timewarrior.net/docs>.
- 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`