1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/timew.md
Marcos Aparicio 51961b6617
timew: add Spanish translation (#15876)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-03-25 01:06:36 +02:00

640 B

timew

A time tracking tool used to measure the duration of activities. More information: https://timewarrior.net/docs.

  • Start tracking an activity:

timew start

  • Tag the current activity:

timew tag {{activity_tag}}

  • Start tracking and tag a new activity:

timew start {{activity_tag}}

  • Stop the current activity:

timew stop

  • 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 the last day, week, current month, etc.:

timew summary :{{today|yesterday|week|lastweek|month|lastmonth|year|lastyear}}