timew-modify - Man Page

change the range of an interval

Synopsis

timew modify (start|end) <id> <date>
timew modify range <id> <range>

Description

The 'modify' command is used to change range of an interval.

Using the 'start' or 'end' subcommand, one can either specify a new start or end date respectively, or with the 'range' subcommand, change the complete range. The interval to be modified is specified via its id.

If the resulting interval overlaps with an existing interval, the command will return an error. One can the ':adjust' hint to force an overwrite in this case.

See timew-summary(1) on how to retrieve the interval id.

Examples

Modify the start date of an interval

$ timew modify start @3 2020-12-28T17:00

This sets the start of interval '@3' to '17:00' of date '2020-12-28'. If this datetime is after the end of the interval, the command will return an error.

Modify the end date of an interval

If the interval to be modified has the same date as today, it can be omitted:

$ timew modify end @3 18:00

Similar to when modifying the interval start, the end datetime has to be after the start datetime.

Modify the range of an interval

Instead of modifying start and end separately, those can be combined into a single call of the 'range' subcommand:

$ timew modify range @3 2020-12-28T17:00 - 2020-12-28T18:00

As in the examples above, the date portion can be omitted, if the date of the interval is today.

See Also

timew-lengthen(1), timew-move(1), timew-resize(1) timew-shorten(1), timew-summary(1)

Referenced By

timew(1), timew-lengthen(1), timew-move(1), timew-resize(1), timew-shorten(1), timew-summary(1).

2025-04-20 timew 1.8.0 User Manuals