mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

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>
640 B
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}}