Skip to content

choose

Fuzzy select an entry to act on.

Usage

bash
doing choose [OPTIONS]

Options

FlagDescription
--bool BOOL_OPBoolean operator for combining tag filters (and/or/not/pattern)
-o, --output FORMATOutput format
--query QUERYText search query to filter entries
--save-to FILESave output to a file
-s, --section SECTIONSection to choose entries from
--tagged TAGGEDFilter by tags (can be repeated)

Examples

Open the fuzzy picker to select an entry:

bash
doing choose

Choose from a specific section:

bash
doing choose --section Archive

Pre-filter entries with a query before choosing:

bash
doing choose --query "meeting" --tagged important

Released under the MIT License.