mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
39 lines
No EOL
662 B
Groff
39 lines
No EOL
662 B
Groff
.TH timew-stop 1 "${PACKAGE_DATE}" "${PACKAGE_STRING}" "User Manuals"
|
|
.
|
|
.SH NAME
|
|
timew-stop \- stop time tracking
|
|
.
|
|
.SH SYNOPSIS
|
|
.B timew stop
|
|
[
|
|
.I <date>
|
|
] [
|
|
.I <tag>
|
|
.B ...
|
|
]
|
|
.
|
|
.SH DESCRIPTION
|
|
Stops tracking time.
|
|
If tags are specified, then they are no longer tracked.
|
|
If no tags are specified, all tracking stops.
|
|
.
|
|
.SH EXAMPLES
|
|
For example:
|
|
.RS
|
|
$ timew start tag1 tag2
|
|
.br
|
|
...
|
|
.br
|
|
$ timew stop tag1
|
|
.RE
|
|
Initially time is tracked for both 'tag1' and 'tag2', then 'tag1' tracking is stopped, leaving tag2 active.
|
|
To stop all tracking:
|
|
.RS
|
|
$ timew stop
|
|
.RE
|
|
.
|
|
.SH "SEE ALSO"
|
|
.BR timew-cancel (1),
|
|
.BR timew-continue (1),
|
|
.BR timew-start (1),
|
|
.BR timew-track (1) |