[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/tmr c511fe5587 4/7: Update manual's entry about grid vi
From: |
ELPA Syncer |
Subject: |
[elpa] externals/tmr c511fe5587 4/7: Update manual's entry about grid view |
Date: |
Tue, 28 Jun 2022 03:58:02 -0400 (EDT) |
branch: externals/tmr
commit c511fe55876d17e6179b7aaf678e8ebccc00ad91
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Update manual's entry about grid view
---
README.org | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/README.org b/README.org
index bb2b668e13..b1ee795fb6 100644
--- a/README.org
+++ b/README.org
@@ -150,16 +150,17 @@ Timers can be viewed in a grid with ~tmr-tabulated-view~.
The data is
placed in the =*tmr-tabulated-view*= buffer and looks like this:
#+begin_example
-Start End Finished? Description
-09:22:43 09:32:43 ✔ Prepare tea
-09:17:14 09:37:14 Boil water
-09:07:03 09:57:03 Bake bread
+Start End Remaining Description
+10:11:49 10:11:54 ✔
+10:11:36 10:31:36 19m 35s
+10:11:32 10:26:32 14m 31s Yet another test
+10:11:16 10:21:16 9m 14s Testing how it works
#+end_example
If a timer has elapsed, it has a check mark associated with it,
-otherwise the =Finished?= column is empty. A =Description= is shown
-only if it is provided while setting the timer, otherwise the field is
-left blank.
+otherwise the =Remaining= column shows the time left. A =Description=
+is shown only if it is provided while setting the timer, otherwise the
+field is left blank.
The ~tmr-tabulated-view~ command relies on Emacs' ~tabulated-list-mode~.
From the =*tmr-tabulated-view*= buffer, invoke the command
- [elpa] externals/tmr updated (1751526fb6 -> 61144ea82e), ELPA Syncer, 2022/06/28
- [elpa] externals/tmr a9d4ca04a6 1/7: Simplify tmr--read-timer, ELPA Syncer, 2022/06/28
- [elpa] externals/tmr 17b084f96a 2/7: tmr--long-description: Show remaining time, ELPA Syncer, 2022/06/28
- [elpa] externals/tmr c511fe5587 4/7: Update manual's entry about grid view,
ELPA Syncer <=
- [elpa] externals/tmr 114c4fd306 5/7: Mark obsolete what was changed in e46df43, ELPA Syncer, 2022/06/28
- [elpa] externals/tmr 61144ea82e 7/7: Define obsolete alias for 'tmr-descriptions-list', ELPA Syncer, 2022/06/28
- [elpa] externals/tmr 6c2af5d8be 6/7: Update tmr-clone docs to reflect current state, ELPA Syncer, 2022/06/28
- [elpa] externals/tmr e46df436e2 3/7: Rename done and completed to finished for consistency, ELPA Syncer, 2022/06/28