remindly
v1.0.5
Published
A tiny CLI that sets a one-off reminder and fires a desktop notification, even after you close the terminal.
Downloads
842
Maintainers
Readme
remindly
A tiny cli tool to set a one-off reminder mainly for macOS. The reminder runs in the background, so you can close your terminal. When the time is up, it shows a desktop notification (on macOS) and records the reminder in a log file.
Install
npm install -g remindlyUsage
remind <duration> <message>
remind -v
remind --versionDuration formats:
| Suffix | Meaning | Example |
| ------ | ------- | ------- |
| s | seconds | 10s, .5s |
| m | minutes | 30m, 1.5m |
| h | hours | 2h, 1.5h |
You can also combine units, like 1h2m3s.
Examples
remind 30m "clock out of lunch"
remind 1h2m3s "check oven"
remind .5h "stretch"
remind 2h "start homework"License
MIT
