Skip to content

on

Show entries from a specific date.

Usage

bash
doing on [OPTIONS] <DATE>

Arguments

ArgumentDescription
DATEDate or date range expression (e.g. "last friday", "3/15 to 3/20")

Options

FlagDescription
--config-template CONFIG_TEMPLATENamed template from config to use for output
--durationShow elapsed time on open entries
-o, --output OUTPUTOutput format
--save SAVESave the current options as a named view
--sort SORTSort order for results (asc/desc)
--tag-order TAG_ORDERSort order for tag totals (asc/desc)
--tag-sort TAG_SORTSort field for tag totals (name/time)
--template TEMPLATEInline template string for output (e.g. "%title", "%date - %title")
-t, --timesShow time intervals on @done tasks
--title [TITLE]Show section title in output; accepts an optional custom title string
--totalsShow tag time totals
--after AFTERDate range (e.g. "monday to friday")
--age AGEWhich end to keep when limiting by count (newest/oldest)
--before BEFOREUpper bound for entry date
--bool BOOL_OPBoolean operator for combining tag filters (and/or/not/pattern)
--case CASECase sensitivity for search (smart/sensitive/ignore)
-x, --exactUse exact (literal substring) matching for search
--from FROMDate range expression (e.g. "monday to friday")
--notNegate all filter results
--only-timedOnly include entries with a recorded time interval
--search SEARCHText search query
-s, --section SECTIONSection name to filter by
--tag TAGTags to filter by (can be repeated)
-u, --unfinishedOnly include unfinished entries (no @done tag)
--val VALTag value queries (e.g. "progress > 50")

Examples

Show entries from last Friday:

bash
doing on "last friday"

Show entries from a specific date with time totals:

bash
doing on "2024-01-15" --totals --times

Show entries from Monday filtered by a tag:

bash
doing on monday --tag project --section Currently

Released under the MIT License.