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
32
doc/man1/timew-track.1.in
Normal file
32
doc/man1/timew-track.1.in
Normal file
|
@ -0,0 +1,32 @@
|
|||
.TH timew-track 1 "${PACKAGE_DATE}" "${PACKAGE_STRING}" "User Manuals"
|
||||
.
|
||||
.SH NAME
|
||||
timew-track \- add intervals to the database
|
||||
.
|
||||
.SH SYNOPSIS
|
||||
.B timew track
|
||||
.I <range>
|
||||
[
|
||||
.I <tag>
|
||||
.B ...
|
||||
]
|
||||
.
|
||||
.SH DESCRIPTION
|
||||
The track command is used to add tracked time in the past.
|
||||
Perhaps you forgot to record time, or are just filling in old entries.
|
||||
.
|
||||
.SH EXAMPLES
|
||||
For example:
|
||||
.RS
|
||||
$ timew track :yesterday 'Training Course'
|
||||
.br
|
||||
$ timew track 9am - 11am 'Staff Meeting'
|
||||
.RE
|
||||
Note that the track command expects a closed interval (start and end time), when recording.
|
||||
If a closed interval is not provided, the 'track' command behaves the same as the 'start' command.
|
||||
.
|
||||
.SH "SEE ALSO"
|
||||
.BR timew-cancel (1),
|
||||
.BR timew-continue (1),
|
||||
.BR timew-start (1),
|
||||
.BR timew-stop (1)
|
Loading…
Add table
Add a link
Reference in a new issue