Skip to content

cancel

Mark the last entry as cancelled.

Usage

bash
doing cancel [OPTIONS] [COUNT]

Arguments

ArgumentDescription
COUNTNumber of entries to cancel (default: 1)

Options

FlagDescription
-a, --archiveArchive the entry after cancelling
--bool BOOL_OPBoolean operator for multiple filters (and, not, or, pattern)
--case CASECase sensitivity for search (sensitive, ignore, smart)
-c, --count COUNTNumber of entries to cancel (default: 1)
-x, --exactForce exact string matching
-i, --interactiveSelect entries to cancel interactively
--notNegate the search filter
--search SEARCHFilter entries by search string
-s, --section SECTIONCancel entries in a specific section
-t, --tag TAGFilter entries by tag
-u, --unfinishedCancel the last unfinished entry
--val VALFilter by tag value

Examples

Cancel the last entry:

bash
doing cancel

Cancel entries tagged with a specific project:

bash
doing cancel -t meeting --archive

Interactively select an entry to cancel:

bash
doing cancel -i

Released under the MIT License.