Releases: lucasnevespereira/lembra
Releases · lucasnevespereira/lembra
v0.0.4
v0.0.2
Version: 0.0.2
Features:
- Create Reminder: The CLI allows users to create reminders by specifying a title, message, and time for the reminder. Reminders can be used to keep track of important tasks or events.
- Update Reminder: Users can update existing reminders by providing the ID of the reminder along with the updated information, such as the title, message, or time.
- Delete Reminder: The CLI allows users to delete a reminder by its ID. This feature enables users to remove reminders that are no longer needed or have been completed.
- List Reminders: Users can view a list of all existing reminders. This feature provides an overview of the reminders currently stored in the system.
- Reminder Listener Daemon: The CLI includes a daemon process that continuously checks for reminders and displays notifications when the reminder time matches the current time. This allows users to receive timely notifications for their reminders without actively monitoring the CLI.
- Stop Daemon: Users can stop the reminder listener daemon if they no longer wish to receive notifications or need to shut down the CLI.
Commands:
- create: Creates a new reminder.
- update: Updates an existing reminder.
- delete: Deletes a reminder by its ID.
- list: Lists all existing reminders.
- listen: Starts the reminder listener daemon.
- stop: Stops the reminder listener daemon.
- logs: Reads logs of reminder listener daemon.
v0.0.1
Changelog
- cfa8632 Create LICENSE
- 65adefe Merge branch 'feat/notification'
- 9250295 Merge branch 'feat/notifier'
- 622cb90 Merge branch 'feat/storage'
- 684ddc8 Merge branch 'feat/tests'
- 34aba43 README
- 024c54a add cmd and storage
- 7ec5cf2 config release
- 06c4fc0 doc: updated readme
- fda2203 doc: updated readme
- d707ec8 feat: add storage and crud cmds
- d53ef34 feat: notifier with daemon
- 6b5ac70 feat: reminder tests
- 63d8fe2 feat: send notification
- 4b88c0f feat: separate repo concerns + logger + tablewriter
- b57fd05 first commit
- e10e2dd fix gh action