summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-10-18 09:37:29 +0300
committerPaul Buetow <paul@buetow.org>2025-10-18 09:37:29 +0300
commitcdb222fc402ec19652e9fb183423594c1fb8148b (patch)
tree291eaffcf8d8e067048e6d5ffc174ef3e4fa77c5
parent12f92a552437ced57f1b98c2a8e6c59356f8f6e8 (diff)
add to readmev0.2.0
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 99e8882..f5dd26c 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,7 @@ sudo mv timr /usr/local/bin/
* `timr start`: Starts the timer. If the timer was previously stopped, it will resume from where it left off.
* `timr stop` or `timr pause`: Stops or pauses the timer. The elapsed time will be saved.
+* `timr cont` or `timr continue`: Continues the stopped timer.
* `timr status`: Shows the current status of the timer (running or stopped) and the total elapsed time.
* `timr status raw`: Shows the current elapsed time in seconds, in a raw format.
* `timr status rawm`: Shows the current elapsed time in minutes, in a raw format.