Skip to content

archive

Move entries to the Archive section.

Usage

bash
doing archive [OPTIONS]

Aliases

  • move

Options

FlagDescription
--bool BOOL_OPBoolean operator for multiple filters (AND, OR, NOT)
--caseCase-sensitive search
--count COUNTNumber of entries to archive
-x, --exactMatch search term exactly
-i, --interactiveSelect entries interactively
-k, --keepKeep the original entry in its current section
--notNegate the search filter
--search SEARCHFilter entries by search term
-s, --section SECTIONSection to archive from
--tag TAGFilter entries by tag
--to TO_SECTIONDestination section (default: Archive)
--unfinishedArchive only unfinished entries
--val VALUEFilter by tag value

Examples

Archive all entries from the Currently section:

bash
doing archive -s Currently

Move entries matching a tag to a specific section:

bash
doing archive --tag project --to "Completed Projects"

Interactively select entries to archive:

bash
doing archive -i

Released under the MIT License.