Skip to content

Commit

Permalink
timew: fix existing and add new commands (#14963)
Browse files Browse the repository at this point in the history
  • Loading branch information
bserem authored Dec 31, 2024
1 parent 3f77580 commit 88250e7
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions pages/common/timew.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,30 @@
> 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 {{activity_tag}}`
`timew start`

- View running stopwatches:
- Tag the current activity:

`timew`
`timew tag {{activity_tag}}`

- Stop the stopwatch with a given tag name:
- Start tracking and tag a new activity:

`timew stop {{activity_tag}}`
`timew start {{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}}`

0 comments on commit 88250e7

Please sign in to comment.