https://github.com/insanum/reminders
Notification Reminders
https://github.com/insanum/reminders
Last synced: 7 months ago
JSON representation
Notification Reminders
- Host: GitHub
- URL: https://github.com/insanum/reminders
- Owner: insanum
- License: mit
- Created: 2019-03-19T16:56:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T06:35:40.000Z (over 1 year ago)
- Last Synced: 2024-08-13T07:15:45.788Z (10 months ago)
- Language: Rust
- Homepage:
- Size: 58.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - insanum/reminders - Notification Reminders (Rust)
README
# Reminders
This is a simple application that parses a text file for reminder
strings and compares the reminder's specified date/time against the
current time. If they match then a notification is sent with the
reminder's text as the message. It is expected to be executed
periodically via a system tool like cron.Current notification channels are:
- print to stdout
- [Pushover](https://pushover.net)## Reminder Specification
A reminder string is specified as follows:
```
/remind
/rem
/r
```Additionally, markdown tasks can also be used:
```
- [ ] /remind
- [ ] /rem
- [ ] /r
```The `` format can be any of the following:
```
/