mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
13 lines
360 B
Groff
13 lines
360 B
Groff
.TP
|
|
.B timew delete @<id> [@<id> ...]
|
|
Deletes an interval. Using the 'summary' command, and specifying the ':ids' hint
|
|
shows interval IDs. Using the right ID, you can identify an interval to delete.
|
|
For example, show the IDs:
|
|
|
|
$ timew summary :week :ids
|
|
|
|
Then having selected '@2' as the interval you wish to delete:
|
|
|
|
$ timew delete @2
|
|
|
|
See also 'cancel'.
|