Friendly Reminder is a simple command-line tool that displays random motivational or self-care reminders at regular intervals in your terminal and desktop notifications. Use it to stay productive and mindful while you work!
- Random friendly reminder messages.
- Configurable reminder interval.
- Lightweight and easy to use.
You can install the package globally using npm:
npm install -g friendly-reminder
Run the friendly-reminder command in your terminal to start receiving reminders. By default, reminders appear every 1 hour (60 minutes).
friendly-reminder
You can pass a custom interval (in minutes) to the command. For example, to set a reminder every 10 minutes:
friendly-reminder 10
Run the following command for reminders every 15 minutes:
friendly-reminder 15
This will output reminders like:
[14:30:22] Stay hydrated!
[14:45:22] Take a deep breath and relax.
[15:00:22] Time to stretch your legs.
ISC License