Extract commands into individual man pages

This commit is contained in:
Thomas Lauf 2018-06-22 23:41:35 +02:00
parent fcd49c2a02
commit 7dd16c4950
30 changed files with 406 additions and 435 deletions

17
doc/man/timew-start.1.in Normal file
View file

@ -0,0 +1,17 @@
.TP
.B timew start [<date>] [<tag> ...]
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. For example, this command specifies two tags ('weekend'
and 'Home & Garden'), the second of which requires quotes.
$ timew start weekend 'Home & Garden'
An optional date may be specified to indicate the intended start of the tracked
time:
$ timew start 8am weekend 'Home & Garden'
If there is a previous open interval, it will be closed at the given start time.
Quotes are harmless if used unnecessarily. See also 'continue', 'stop', 'track'.