mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
#131: Introduce 'modify' to adjust historical records to fixed date/time.
This change introduces a new command that, like lengthen, move, resize, and shorten, is intended to move and/or resize a record, but instead of taking an interval, will take an absolute date/time. This command is useful because it removes the need for the user to calculate the time intervals to shorten / lengthen a record by. For example, if the user accidentally forgot to stop tracking an interval before starting a new one, but new they stopped working at a specific time, it is easy to simply modify the end time of the interval that they had forgotten to stop.
This commit is contained in:
parent
0a766bb86f
commit
ceca4c817e
6 changed files with 300 additions and 3 deletions
|
@ -21,6 +21,7 @@ set (commands_SRCS CmdAnnotate.cpp
|
|||
CmdHelp.cpp
|
||||
CmdJoin.cpp
|
||||
CmdLengthen.cpp
|
||||
CmdModify.cpp
|
||||
CmdMove.cpp
|
||||
CmdReport.cpp
|
||||
CmdResize.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue