timer-cli-t
v1.0.1
Published
A global timer CLI
Downloads
8
Readme
timer-cli-t
A global timer CLI tool for your terminal.
Installation
Install globally using npm:
npm install -g timer-cli-t
Usage
- Set a timer for 1 year, 2 months, 3 days, 4 hours, 5 minutes, and 6 seconds:
timer 1y 2mon 3d 4h 5m 6s
- Set a timer for 10 minutes:
timer 10m
- Set a timer for 1 hour and 30 minutes:
timer 1h 30m
When the timer finishes, you will receive a notification on your system.
Note
- On macOS, the notification will be displayed using osascript.
- On Windows, the notification will be displayed using PowerShell.
- On Linux, the notification will be displayed using notify-send.
Make sure you have the necessary permissions and tools installed to display notifications on your system.