timewarrior/doc/man/timew-delete.1.in
2018-09-19 07:31:26 +02:00

24 lines
535 B
Groff

.TH timew-delete 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.
.SH NAME
timew-delete \- delete intervals
.
.SH SYNOPSIS
.B timew delete
.I <id>
.B ...
.
.SH DESCRIPTION
.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'.
.