Skip to content

yesterday

Show entries from yesterday.

Usage

bash
doing yesterday [OPTIONS]

Options

View Options

FlagDescription
--config-templateUse the output template from the config file
--durationShow elapsed time on entries
-o, --output OUTPUTOutput format (html, csv, json, template, timeline)
--save SAVESave output to a file
--sort SORTSort order (asc, desc)
--tag-orderSort by tag
--tag-sortSort tags within entries
--template TEMPLATEOverride the output template
-t, --timesShow start and end times
--titleShow section title
--totalsShow time totals

Filter Options

FlagDescription
--afterShow entries after a given time
--age AGESort direction by age (newest, oldest)
--beforeShow entries before a given time
--bool BOOL_OPBoolean operator for multiple filters (and, not, or, pattern)
--case CASECase sensitivity for search (sensitive, ignore, smart)
-x, --exactForce exact string matching
--from FROMShow entries from a specific section
--notNegate the search filter
--only-timedOnly show entries with elapsed time
--search SEARCHFilter entries by search string
-s, --section SECTIONShow entries from a specific section
--tag TAGFilter entries by tag
-u, --unfinishedOnly show unfinished entries
--val VALFilter by tag value
-i, --interactiveSelect entries interactively

Examples

Show all entries from yesterday:

bash
doing yesterday

Show yesterday's entries with duration totals:

bash
doing yesterday --totals --times

Export yesterday's entries as JSON:

bash
doing yesterday -o json --save yesterday.json

Released under the MIT License.