Skip to content

again

Repeat the last entry.

Usage

bash
doing again [OPTIONS]

Aliases

  • resume

Options

FlagDescription
--askPrompt for note interactively
-b, --back BACKBackdate the start time
--bool BOOL_OPBoolean operator for multiple filters (and, not, or, pattern)
--case CASECase sensitivity for search (sensitive, ignore, smart)
-e, --editorOpen the entry in your configured editor
-x, --exactForce exact string matching
--in IN_SECTIONAdd the repeated entry to a specific section
-i, --interactiveSelect the entry to repeat interactively
-n, --note NOTEAdd a note to the new entry
--notNegate the search filter
--search SEARCHFilter entries by search string
-s, --section SECTIONSearch for the entry in a specific section
-t, --tag TAGFilter entries by tag
--val VALFilter by tag value

Examples

Resume the last entry:

bash
doing again

Resume a specific tagged entry interactively:

bash
doing again -i -t project-x

Resume the last entry but backdate it 10 minutes:

bash
doing again -b "10 minutes ago"

Released under the MIT License.