Skip to content

meanwhile

Add an entry while finishing the last.

Usage

bash
doing meanwhile [OPTIONS] [TITLE]...

Arguments

ArgumentDescription
TITLEThe title of the new entry

Options

FlagDescription
-a, --archiveArchive the previous entry
--askPrompt for note interactively
-b, --back BACKBackdate the start time
-e, --editorOpen the entry in your configured editor
-n, --note NOTEAdd a note to the entry
-s, --section SECTIONAdd the entry to a specific section

Examples

Switch tasks, finishing the current one:

bash
doing meanwhile Switching to code review

Switch tasks with a backdated start time:

bash
doing meanwhile -b "15 minutes ago" Handling urgent support ticket

Switch tasks and archive the previous entry:

bash
doing meanwhile -a Starting sprint planning meeting

Released under the MIT License.