mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Docs: Added 'move' command help
This commit is contained in:
parent
da9b2a7fdb
commit
8289616355
1 changed files with 15 additions and 0 deletions
|
@ -163,6 +163,21 @@ For more details, and precise times, use the 'summary' report.
|
||||||
|
|
||||||
See also 'day', 'week', 'summary'.
|
See also 'day', 'week', 'summary'.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B timew move @<id> <date>
|
||||||
|
The 'move' command is used to relocate an interval intact to a new start time.
|
||||||
|
Using the 'summary' command, and specifying the ':ids' hint shows interval IDs.
|
||||||
|
Using the right ID, you can identify an interval to move. For example, show
|
||||||
|
the IDs:
|
||||||
|
|
||||||
|
$ timew summary :week :ids
|
||||||
|
|
||||||
|
Then having selected '@2' as the interval you wish to move:
|
||||||
|
|
||||||
|
$ timew move @2 9am
|
||||||
|
|
||||||
|
See also 'summary', 'tag', 'untag', 'lengthen', 'shorten'.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B timew [report] <report> [<interval>] [<tag> ...]
|
.B timew [report] <report> [<interval>] [<tag> ...]
|
||||||
Runs an extension report, and supports filtering data.
|
Runs an extension report, and supports filtering data.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue