diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2,6 +2,8 @@ A digital clock that runs in your terminal, providing clock, alarm and timer. + + ## Features - Clock Mode: Digital display of current time (24-hour format) @@ -31,6 +33,8 @@ or $ term-clock ``` + + ### Alarm Mode The screen flashes when the specified time is reached. Time should be specified in 24-hour format (HH:MM). @@ -39,6 +43,8 @@ The screen flashes when the specified time is reached. Time should be specified $ term-clock alarm 07:00 # Alarm at 7:00 AM ``` + + ### Timer Mode Counts down from the specified duration. Time should be specified using Go's duration format. @@ -50,6 +56,8 @@ $ term-clock timer 90s # 90-second timer $ term-clock timer 1h30m # 1 hour 30 minutes timer (note: maximum 99 minutes) ``` + + ### Countdown Mode Counts down from the specified number of seconds to zero, displaying the remaining seconds. @@ -63,6 +71,8 @@ $ term-clock countdown 9999 # Countdown from 9999 seconds Note: Maximum supported duration is 9999 seconds. + + ## How to Exit Press `Ctrl+C` or type `q` to exit. |
