mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
38 lines
No EOL
756 B
Groff
38 lines
No EOL
756 B
Groff
.TH timew-continue 1 "${PACKAGE_DATE}" "${PACKAGE_STRING}" "User Manuals"
|
|
.
|
|
.SH NAME
|
|
timew-continue \- resume tracking of existing interval
|
|
.
|
|
.SH SYNOPSIS
|
|
.B timew continue
|
|
[
|
|
.I <id>
|
|
] [
|
|
{
|
|
.I <date>
|
|
|
|
|
.I <range>
|
|
}
|
|
]
|
|
.
|
|
.SH DESCRIPTION
|
|
Resumes tracking of closed intervals.
|
|
.
|
|
.SH EXAMPLES
|
|
For example:
|
|
.RS
|
|
$ timew track 9am - 10am tag1 tag2
|
|
.br
|
|
$ timew track 11am - 1pm tag3
|
|
.br
|
|
$ timew continue @2
|
|
.RE
|
|
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.
|
|
.
|
|
.SH "SEE ALSO"
|
|
.BR timew-cancel (1),
|
|
.BR timew-start (1),
|
|
.BR timew-stop (1),
|
|
.BR timew-track (1) |