2017-04-23 10:22:15 +01:00
|
|
|
# timew
|
|
|
|
|
2017-05-01 00:36:28 +01:00
|
|
|
> A time tracking tool used to measure the duration of activities.
|
2021-07-02 21:22:57 +02:00
|
|
|
> More information: <https://timewarrior.net/docs>.
|
2017-04-23 10:22:15 +01:00
|
|
|
|
2024-12-31 06:25:53 +02:00
|
|
|
- Start tracking an activity:
|
2017-04-23 10:22:15 +01:00
|
|
|
|
2024-12-31 06:25:53 +02:00
|
|
|
`timew start`
|
2017-04-23 10:22:15 +01:00
|
|
|
|
2024-12-31 06:25:53 +02:00
|
|
|
- Tag the current activity:
|
2017-04-23 10:22:15 +01:00
|
|
|
|
2024-12-31 06:25:53 +02:00
|
|
|
`timew tag {{activity_tag}}`
|
2017-04-23 10:22:15 +01:00
|
|
|
|
2024-12-31 06:25:53 +02:00
|
|
|
- Start tracking and tag a new activity:
|
2017-04-23 10:22:15 +01:00
|
|
|
|
2024-12-31 06:25:53 +02:00
|
|
|
`timew start {{activity_tag}}`
|
2017-04-23 10:22:15 +01:00
|
|
|
|
2024-12-31 06:25:53 +02:00
|
|
|
- Stop the current activity:
|
2017-04-23 10:22:15 +01:00
|
|
|
|
|
|
|
`timew stop`
|
|
|
|
|
2024-12-31 06:25:53 +02:00
|
|
|
- Track an activity in the past:
|
|
|
|
|
|
|
|
`timew track {{start_time} - {{end_time}} {{activity_tag}}`
|
|
|
|
|
|
|
|
- View tracked items of the day:
|
2017-04-23 10:22:15 +01:00
|
|
|
|
|
|
|
`timew summary`
|
2024-12-31 06:25:53 +02:00
|
|
|
|
|
|
|
- View report for the last day, week, current month, etc.:
|
|
|
|
|
|
|
|
`timew summary :{{today|yesterday|week|lastweek|month|lastmonth|year|lastyear}}`
|