@timmy6942025/cli-timer 1.1.11 → 1.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -62,6 +62,7 @@ timer style
62
62
  ```
63
63
 
64
64
  This is instant and lists all figlet fonts.
65
+ `timer style --all` is supported as an explicit alias.
65
66
 
66
67
  To list only timer-compatible fonts (fonts that render `01:23:45` visibly):
67
68
 
@@ -114,6 +115,8 @@ This launches a Bubble Tea based screen where you can change:
114
115
  - Restart key
115
116
  - Exit key / exit alt key
116
117
 
118
+ When completion sound/alarm is enabled, it plays 5 terminal bell beeps.
119
+
117
120
  Controls in settings UI:
118
121
 
119
122
  - `Enter`: select/toggle
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timmy6942025/cli-timer",
3
- "version": "1.1.11",
3
+ "version": "1.1.12",
4
4
  "description": "Simple customizable terminal timer and stopwatch",
5
5
  "main": "src/index.js",
6
6
  "bin": {