document all display commands

This commit is contained in:
Abraham Toriz 2022-09-25 21:33:01 -04:00
parent 4c486ae888
commit 5f7fc63ef4
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
1 changed files with 8 additions and 6 deletions

View File

@ -283,8 +283,9 @@ t-today
``t t|today [OPTIONS] [SHEET|all|full]``
Like :ref:`t-display` but only display entries that started this month in the
current timezone. Pass ``--month MONTH`` to display entries of different months.
Like :ref:`t-display` but only display entries that started today in the current
timezone. Pass ``--end`` to further filter entries that started earlier than the
given time.
Just like ``t-display`` this accepts ``--grep``, ``--ids``, and ``--format``.
@ -293,8 +294,9 @@ t-week
``t w|week [OPTIONS] [SHEET|all|full]``
Like :ref:`t-display` but only display entries that started this month in the
current timezone. Pass ``--month MONTH`` to display entries of different months.
Like :ref:`t-display` but only display entries that started this week in the
computer's timezone. The first day of the week by default is ``monday`` but this
is configurable. See :ref:`settings` and :ref:`t-configure`.
Just like ``t-display`` this accepts ``--grep``, ``--ids``, and ``--format``.
@ -303,8 +305,8 @@ t-yesterday
``t y|yesterday [OPTIONS] [SHEET|all|full]``
Like :ref:`t-display` but only display entries that started this month in the
current timezone. Pass ``--month MONTH`` to display entries of different months.
Like :ref:`t-display` but only display entries that started yesterday in the
computer's current timezone.
Just like ``t-display`` this accepts ``--grep``, ``--ids``, and ``--format``.