Docs: Added split command help

This commit is contained in:
Paul Beckingham 2016-06-10 22:00:46 -04:00
parent aea0f74b26
commit 25fbd48b5d

View file

@ -215,6 +215,21 @@ See also 'summary', 'tag', 'untag', 'lengthen'.
Displays the effective configuration, in hierarchical form.
See also 'config'.
.TP
.B timew split @<id> [@<id> ...]
Ѕplits an interval into two equally sized, adjacent intervals, with the same
tags. Using the 'summary' command, and specifying the ':ids' hint shows interval
IDs. Using the right ID, you can identify an interval to split. For example,
show the IDs:
$ timew summary :week :ids
Then having selected '@2' as the interval you wish to split:
$ timew split @2
See also 'lengthen', 'shorten'.
.TP
.B timew start [<date>] [<tag> ...]
Begins tracking using the current time, and the specified optional set of tags.