Update cheatsheets

This commit is contained in:
ivuorinen
2025-01-01 00:19:31 +00:00
parent 489c6fbf29
commit 7d5c24cb3d
4 changed files with 75 additions and 12 deletions

View File

@@ -8,22 +8,30 @@ source: https://github.com/tldr-pages/tldr.git
> 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:
- 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}}`
- View running stopwatches:
`timew`
- Stop the stopwatch with a given tag name:
`timew stop {{activity_tag}}`
- Stop all running stopwatches:
- Stop the 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 the last day, week, current month, etc.:
`timew summary :{{today|yesterday|week|lastweek|month|lastmonth|year|lastyear}}`