mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Docs: Added 'continue' command to man page
This commit is contained in:
parent
4d551d5a6c
commit
47ecff57de
1 changed files with 6 additions and 2 deletions
|
@ -19,6 +19,10 @@ Timewarrior supports many commands.
|
|||
When run with no arguments, the default command is run, which indicates whether
|
||||
there is any active tracking, and if so, shows a summary.
|
||||
|
||||
.TP
|
||||
.B timew continue
|
||||
Resumes tracking the most recently closed interval. See also 'start', 'stop'.
|
||||
|
||||
.TP
|
||||
.B timew diagnostics
|
||||
This command shows details about your version of Timewarrior, platform, how it
|
||||
|
@ -49,11 +53,11 @@ and 'Home & Garden'), the second of which requires quotes.
|
|||
|
||||
$ timew start weekend 'Home & Garden'
|
||||
|
||||
Quotes are harmless if used every time. See also 'stop', 'track'.
|
||||
Quotes are harmless if used every time. See also 'continue', 'stop', 'track'.
|
||||
|
||||
.TP
|
||||
.B timew stop
|
||||
Stops tracking time. See also 'start', 'track'.
|
||||
Stops tracking time. See also 'continue', 'start', 'track'.
|
||||
|
||||
.SH CONFIGURATION FILE AND OVERRIDE OPTIONS
|
||||
Timewarrior stores its configuration in a file in the user's home directory:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue