diff --git a/pages/common/timew.md b/pages/common/timew.md index e64eae9ec6cd9f..c62ec4cd70822f 100644 --- a/pages/common/timew.md +++ b/pages/common/timew.md @@ -3,22 +3,30 @@ > A time tracking tool used to measure the duration of activities. > More information: . -- Start a new stopwatch, giving a tag name to the activity being tracked: +- Start tracking an activity: -`timew start {{activity_tag}}` +`timew start` -- View running stopwatches: +- Tag current activity: -`timew` +`timew tag {{activity_tag}}` -- Stop the stopwatch with a given tag name: +- Start and tag a new activity being tracked: -`timew stop {{activity_tag}}` +`timew start {{activity_tag}}` -- Stop all running stopwatches: +- Stop current activity: `timew stop` -- View tracked items: +- Track an activity in the past: + +`timew track {{start_time} - {{end_time}} {{activity_tag}}` + +- View tracked items of the day: `timew summary` + +- View report for last day, week, current month etc: + +`timew summary :{{today|yesterday|week|lastweek|month|lastmonth|year|lastyear}}`