Skip to content

today

Show entries from today.

Usage

bash
doing today [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 today:

bash
doing today

Show today's entries with times and totals:

bash
doing today -t --totals

Show today's entries filtered by tag:

bash
doing today --tag meeting --sort asc

Released under the MIT License.