mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Allow help.t test to find manpages without installing them.
This commit is contained in:
parent
8109c155af
commit
f0bda68b02
43 changed files with 48 additions and 42 deletions
|
@ -1,36 +0,0 @@
|
|||
.TH timew-start 1 "${PACKAGE_DATE}" "${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.
|
||||
.RS
|
||||
$ timew start weekend 'Home & Garden'
|
||||
.RE
|
||||
An optional date may be specified to indicate the intended start of the tracked time:
|
||||
.RS
|
||||
$ timew start 8am weekend 'Home & Garden'
|
||||
.RE
|
||||
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)
|
Loading…
Add table
Add a link
Reference in a new issue