Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

younggglcy/reminder

Repository files navigation


Simple Reminder

Visual Studio Marketplace Version

English | 中文

About

remind you about some routines.

If you have a settings.json like

{
  "reminder.routine": [
    {
      "name": "Drink Water!",
      "interval": "15min",
      "description": "Drink 100ml of water"
    }
  ]
}

And for every 15 minutes, you'll have a notification as below

Config

After setting up some simple configurations, you can start using Reminder as you see fit.

Please refer to types.ts under /src floder for more details.

Command

Reminder also provides some simple commands for you, like stop or recover Reminder and so on. Feel free to explore it.

Credits

License

MIT License © 2022-PRESENT Young Liang