mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
17 lines
545 B
Groff
17 lines
545 B
Groff
.TH timew-continue 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
|
|
|
.TP
|
|
.B timew continue [@<id>] [<date>|<interval>]
|
|
Resumes tracking of closed intervals. For example:
|
|
|
|
$ timew track 9am - 10am tag1 tag2
|
|
$ timew track 11am - 1pm tag3
|
|
$ timew continue @2
|
|
|
|
The 'continue' command creates a new interval, starting now, and using the
|
|
tags 'tag1' and 'tag2'.
|
|
Using the 'summary' command and specifying the ':ids' hint shows interval IDs.
|
|
This command is a convenient way to resume work without re-entering the
|
|
tags.
|
|
|
|
See also 'start', 'stop'.
|