mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
36 lines
No EOL
900 B
Groff
36 lines
No EOL
900 B
Groff
.TH timew-start 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
|
.
|
|
.SH NAME
|
|
timew-start \- start time tracking
|
|
.
|
|
.SH SYNOPSIS
|
|
.B timew start
|
|
[
|
|
.I <date>
|
|
] [
|
|
.I <tag>
|
|
.B ...
|
|
]
|
|
.
|
|
.SH DESCRIPTION
|
|
Begins tracking using the current time with any specified set of tags.
|
|
If a tag contains multiple words, therefore containing spaces, use quotes to surround the whole tag.
|
|
.
|
|
.SH EXAMPLES
|
|
For example, this command specifies two tags ('weekend' and 'Home & Garden'), the second of which requires quotes.
|
|
.
|
|
$ timew start weekend 'Home & Garden'
|
|
.
|
|
An optional date may be specified to indicate the intended start of the tracked time:
|
|
.
|
|
$ timew start 8am weekend 'Home & Garden'
|
|
.
|
|
If there is a previous open interval, it will be closed at the given start time.
|
|
.
|
|
Quotes are harmless if used unnecessarily.
|
|
.
|
|
.SH "SEE ALSO"
|
|
.BR timew-cancel (1),
|
|
.BR timew-continue (1),
|
|
.BR timew-stop (1),
|
|
.BR timew-track (1) |