https://github.com/chrisgrieser/alfred-reminders-today
Display and edit reminders due today.
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: researchgate.net -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.3%) to scientific vocabulary
Keywords
Repository
Display and edit reminders due today.
Basic Info
Statistics
- Stars: 8
- Watchers: 0
- Forks: 1
- Open Issues: 0
- Releases: 58
Topics
Metadata Files
README.md
Alfred: Reminders Today
Display and add reminders due today.
Usage
- Display reminders due today (or overdue) via the keyword
rem. Configure the hotkey for faster triggering.- ⏎: Complete the reminder.
- ⌘⏎: If the reminder has a URL in title or notes, open it in the default browser. Otherwise, copy the reminder's title & notes to the clipboard. Afterward, complete the reminder.
- ⇧⏎: "Snooze" the reminder by changing its due date to tomorrow.
- ⌥⏎: Edit the reminders title and body in Alfred's Text View. The first line is the reminder's title, the remaining lines the notes.
- ⌃⏎: Display completed reminders due today as well. Using ⏎ on a completed reminder marks it as uncompleted. The other modifiers work the same as with uncompleted reminders. Use ⌃⏎ once more to hide completed reminders again.
- ⌘C: Copy the reminder title & notes.
- ⌘L: Display the reminder details in Large Type.
- ⌘Y: Quick Look the URL, if there is one.
- ⏎ (on an event): If the location is a URL, open the URL. Otherwise, open Google Maps with the location.
- Quickly add a new reminder due today or tomorrow with the keywords
qq,q1, andq2, respectively.- The command supports simple parsing of a due time with the format
hh:mm. For instance,19:00 buy milkorbuy milk 19:00will set the due time to19:00and the reminder title tobuy milk. (Only times in the 24-hour time format are parsed.) - A priority can be specified by adding the respective number of
!. For example,buy milk!or!buy milkwill result in a reminder titlebuy milkwith a medium priority (!= low,!!= medium,!!!= high). - Note that
!and due time are only parsed when at the start or the end on the input. - Configure the hotkey to create a reminder due today from the current selection.
- The command supports simple parsing of a due time with the format
Installation
Note: this workflow requires at least macOS 15.
➡️ Download the latest release of this workflow.
Limitations
Apple's EventKit API does not offer access to various Reminder metadata, which
is why this workflow cannot support the following features:
- The URL field of a reminder is not accessible, so only URLs in the title or
notes are supported.
- A reminder's tags, attachments, and flag-status are not accessible.
- The macOS Reminders widget shown at the notification center or desktop do not
update when reminders are added or changed via this workflow.
About the developer
In my day job, I am a sociologist studying the social mechanisms underlying the digital economy. For my PhD project, I investigate the governance of the app economy and how software ecosystems manage the tension between innovation and compatibility. If you are interested in this subject, feel free to get in touch.
Owner
- Name: Chris Grieser
- Login: chrisgrieser
- Kind: user
- Location: Berlin, Germany
- Company: Technical University of Berlin
- Website: https://chris-grieser.de/
- Repositories: 189
- Profile: https://github.com/chrisgrieser
Researcher in sociology & software developer
GitHub Events
Total
- Create event: 46
- Issues event: 5
- Release event: 43
- Watch event: 3
- Delete event: 7
- Issue comment event: 4
- Push event: 103
- Pull request event: 5
- Fork event: 1
Last Year
- Create event: 46
- Issues event: 5
- Release event: 43
- Watch event: 3
- Delete event: 7
- Issue comment event: 4
- Push event: 103
- Pull request event: 5
- Fork event: 1
Dependencies
- actions/checkout v4 composite
- softprops/action-gh-release v2 composite
- actions/stale v8 composite
- amannn/action-semantic-pull-request v5 composite