Extension Icon

Simple Reminder

Set your reminders in natural language without the need to have any application installed.
AvatarDavid Alecrim
1,632 Installs
OverviewCommandsVersion History

Versions12

Fix - June 26, 2024

  • Fix issue with reminders in the menu bar not presenting the time they are going to trigger

Improved developer experience - June 17, 2024

  • Add clearer error messages for the extension maintainers/contributors to better debug and assess errors in production

Reminder Menu Bar - May 16, 2024

  • Fix Reminder length not being cut off if topic length is greater than 30

Reminder Menu Bar - May 15, 2024

  • Add empty reminder action in reminder menu bar to show the user that no reminders are set and that they can add a new reminder
  • Add a title to the reminder menu bar showing the next reminder coming up
  • Reminder title in the menu bar will be shown as distance when 2 or less are remaining (e.g. daily in 5 minutes)
  • Change the icon in the menu bar to reflect the system theme preference

Reminder Menu Bar - May 7, 2024

  • Add a menu bar command to check the reminder list in the macOS menu bar
  • The menu bar list is the same as presented in the list command

Recurrent reminders - May 6, 2024

  • Add action to set reminders as recurrent (daily, weekly, bi-weekly, monthly)
  • Visual improvements and reordering of the reminder actions to be more user-friendly
  • Copy reminder and delete reminder actions now have intuitive shortcuts Notes:
  • This feature addition makes some visual changes (2 sections to separate recurrent from normal reminders), but shouldn't cause any breaking change

Fix - March 18, 2024

  • Fix issue with topics having quoted words not triggering notifications

Fix - November 24, 2023

  • Optimize import to reduce build size

Improved input parsing - October 30, 2023

  • Improve the input parsing by the user
  • No longer removes certain words from the user input
  • No longer removes certain special characters like "?" or "!"

Mobile notifications with ntfy - May 2, 2023

  • Add preferences to let the user be notified in their mobile device through ntfy
  • Refactor code so that the reminders trigger a mobile notification if defined in the user preferences

Copy remind action - April 28, 2023

  • Add "Copy to Clipboard" action for the reminders
  • Fix the delete reminder dialog not showing the trash icon
  • Refactor code to be more maintainable

Initial Version - April 20, 2023

  • Add "Add-reminder" command to set a new reminder in the system by interpreting natural language
  • Add a list of the existing reminders
  • Add an action to delete existing reminders
  • Add a background task to notify the user with a system notification when the reminders date and time is up