diff options
| author | Paul Buetow <paul@buetow.org> | 2025-10-18 09:37:29 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-10-18 09:37:29 +0300 |
| commit | cdb222fc402ec19652e9fb183423594c1fb8148b (patch) | |
| tree | 291eaffcf8d8e067048e6d5ffc174ef3e4fa77c5 | |
| parent | 12f92a552437ced57f1b98c2a8e6c59356f8f6e8 (diff) | |
add to readmev0.2.0
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |
