summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-06-25 23:20:34 +0300
committerPaul Buetow <paul@buetow.org>2025-06-25 23:20:34 +0300
commite2bf80544df06c1e42cdd87a2f5da89ffb12321c (patch)
tree0241a4ecd165fab391b770e58fa8351cb123c511
parent0442a28b352d2374f5702c00f682071476439c27 (diff)
docs: Add live command to README.md
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c09247f..631134e 100644
--- a/README.md
+++ b/README.md
@@ -28,3 +28,4 @@ sudo mv timr /usr/local/bin/
* `timr stop` or `timr pause`: Stops or pauses the timer. The elapsed time will be saved.
* `timr status`: Shows the current status of the timer (running or stopped) and the total elapsed time.
* `timr reset`: Resets the timer. This will set the elapsed time to zero.
+* `timr live`: Shows a live, full-screen timer with keyboard controls (q: quit, s: start/stop, r: reset).