Skip to content

since

Show entries since a given date.

Usage

bash
doing since [OPTIONS] <DATE>

Arguments

ArgumentDescription
DATEDate expression for the starting point (e.g. "monday", "last friday")

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 all entries since Monday:

bash
doing since monday

Show entries since last week with time intervals and totals:

bash
doing since "last monday" --times --totals

Show unfinished entries since yesterday in a specific section:

bash
doing since yesterday --unfinished --section Currently

Released under the MIT License.