mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Docs: Added 'lengthen' command
This commit is contained in:
parent
338259ce99
commit
f37ab419c3
1 changed files with 23 additions and 4 deletions
|
@ -123,6 +123,25 @@ supported hints and interval syntax. For example:
|
||||||
$ timew help hints
|
$ timew help hints
|
||||||
$ timew help interval
|
$ timew help interval
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B timew lengthen @<id> [@<id> ...] <duration>
|
||||||
|
The 'lengthen' command is used to defer the end date of a closed interval.
|
||||||
|
Using the 'summary' command, and specifying the ':ids' hint shows interval IDs.
|
||||||
|
Using the right ID, you can identify an interval to lengthen. For example, show
|
||||||
|
the IDs:
|
||||||
|
|
||||||
|
$ timew summary :week :ids
|
||||||
|
|
||||||
|
Then having selected '@2' as the interval you wish to lengthen:
|
||||||
|
|
||||||
|
$ timew lengthen @2 10mins
|
||||||
|
|
||||||
|
Note that you can lengthen multiple intervals,:
|
||||||
|
|
||||||
|
$ timew lengthen @2 @10 @23 1hour
|
||||||
|
|
||||||
|
See also 'summary', 'tag', 'untag', 'shorten'.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B timew month [<interval>] [<tag> ...]
|
.B timew month [<interval>] [<tag> ...]
|
||||||
The month command shows a chart depicting a single month (current month by
|
The month command shows a chart depicting a single month (current month by
|
||||||
|
@ -172,7 +191,7 @@ Note that you can shorten multiple intervals,:
|
||||||
|
|
||||||
$ timew shorten @2 @10 @23 1hour
|
$ timew shorten @2 @10 @23 1hour
|
||||||
|
|
||||||
See also 'summary', 'tag', 'untag'.
|
See also 'summary', 'tag', 'untag', 'lengthen'.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B timew show
|
.B timew show
|
||||||
|
@ -224,7 +243,7 @@ filtering, or shortcut hints:
|
||||||
The ':ids' hint adds an 'IDS' column to the summary report output, for interval
|
The ':ids' hint adds an 'IDS' column to the summary report output, for interval
|
||||||
modification.
|
modification.
|
||||||
|
|
||||||
See also 'day', 'week', 'month', 'tag', 'untag'.
|
See also 'day', 'week', 'month', 'shorten', 'lengthen', 'tag', 'untag'.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B timew tag @<id> [@<id> ...] <tag> [<tag> ...]
|
.B timew tag @<id> [@<id> ...] <tag> [<tag> ...]
|
||||||
|
@ -242,7 +261,7 @@ Note that you can tag multiple intervals, with multiple tags:
|
||||||
|
|
||||||
$ timew tag @2 @10 @23 'Tag One' tag2 tag3
|
$ timew tag @2 @10 @23 'Tag One' tag2 tag3
|
||||||
|
|
||||||
See also 'summary', 'untag'.
|
See also 'summary', 'shorten', 'lengthen', 'untag'.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B timew tags
|
.B timew tags
|
||||||
|
@ -276,7 +295,7 @@ Note that you can untag multiple intervals, with multiple tags:
|
||||||
|
|
||||||
$ timew untag @2 @10 @23 'Old Tag' tag2 tag3
|
$ timew untag @2 @10 @23 'Old Tag' tag2 tag3
|
||||||
|
|
||||||
See also 'summary', 'tag'.
|
See also 'summary', 'shorten', 'lengthen', 'tag'.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B timew week [<interval>] [<tag> ...]
|
.B timew week [<interval>] [<tag> ...]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue