mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Docs: Added new 'stop' behavior to the man page
This commit is contained in:
parent
a38c607f61
commit
8f7262d160
1 changed files with 14 additions and 2 deletions
|
@ -56,8 +56,20 @@ and 'Home & Garden'), the second of which requires quotes.
|
||||||
Quotes are harmless if used every time. See also 'continue', 'stop', 'track'.
|
Quotes are harmless if used every time. See also 'continue', 'stop', 'track'.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B timew stop
|
.B timew stop [<tag> ...]
|
||||||
Stops tracking time. See also 'continue', 'start', 'track'.
|
Stops tracking time. If tags are specified, then they are no longer tracked.
|
||||||
|
If no tags are specified, all tracking stops. For example:
|
||||||
|
|
||||||
|
$ timew start tag1 tag2
|
||||||
|
...
|
||||||
|
$ timew stop tag1
|
||||||
|
|
||||||
|
Initially time is tracked for both 'tag1' and 'tag2', then 'tag1' tracking is
|
||||||
|
stopped, leaving tag2 active. To stop all tracking:
|
||||||
|
|
||||||
|
$ timew stop
|
||||||
|
|
||||||
|
See also 'continue', 'start', 'track'.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B timew tags
|
.B timew tags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue